Jakob Bornecrantz
53cbb81576
rbug: Add to all targets that link against trace
Also added calls to the create function in target helpers and in
tr_drm.c the latter being a hack and should be replaced with the
wrap screen target helper. But at least this way we don't regress.
16 years ago
Jakob Bornecrantz
5494332128
trace: Remove rbug from trace
16 years ago
Jakob Bornecrantz
395e9449ca
rbug: Use container of macro
16 years ago
Jakob Bornecrantz
f6946c9214
rbug: Fix draw blocking
16 years ago
Jakob Bornecrantz
73684216ba
rbug: Fix sampler views and surfaces in context info
16 years ago
Jakob Bornecrantz
21b668e11e
rbug: Fix shaders
16 years ago
Jakob Bornecrantz
2c3fb4ecce
rbug: Break out of trace
16 years ago
Brian Paul
92b1908db8
gallivm: additional comments
16 years ago
Brian Paul
c722029f3a
llvmpipe: s/bool/boolean/ in test progs
16 years ago
Brian Paul
f81ec062c2
gallivm: s/bool/boolean
16 years ago
Brian Paul
5b876241a0
gallivm: rename vars, update comments, etc
16 years ago
Kristian Høgsberg
880acbe177
egl_dri2: Zero out driver struct
Otherwise testing ->Probe for non-NULL and calling it goes boom.
16 years ago
Corbin Simpson
5f161261c7
r300g: Correct viewport setup for SW TCL.
glxgears now renders in the right place on-screen, although it is still
rather...psychedelic.
16 years ago
Corbin Simpson
3bb1724f37
r300g: Add VBO dumper for SW TCL.
Commented out, not easily enabled. *Very* noisy.
16 years ago
Corbin Simpson
505bea8355
r300g: Immediate mode won't work with SW TCL right now.
This could be done later of course. SW TCL should have a much different
threshold because it's much more worth it.
16 years ago
Corbin Simpson
c037c376fb
r300g: Fix indentation.
16 years ago
Brian Paul
fcf532ce6f
gallivm: comment out LLVMUnionTypeKind case
16 years ago
Brian Paul
1cd31459af
gallivm: rename texel result param
Be clear that this parameter returns four texel channel results.
16 years ago
Brian Paul
0a0d176163
gallivm: add a few comments
16 years ago
Brian Paul
3f6dc8e79d
gallivm/llvmpipe: add const qualifiers
16 years ago
Brian Paul
3dcb25364f
gallivm: added lp_typekind_name() util function
16 years ago
Brian Paul
6080e567f0
tgsi: also count instructions in tgsi_scan_shader()
16 years ago
José Fonseca
cf9baf68cb
llvmpipe: Handle PIPE_CAP_GUARD_*.
Without asserting.
16 years ago
José Fonseca
4c4f98c6fc
llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
16 years ago
José Fonseca
10fdbb9298
llvmpipe: Move the opaque flag computation into the variant.
16 years ago
José Fonseca
686215d9e5
svga: Advertise shader limits.
16 years ago
José Fonseca
a1b3ca6a14
llvmpipe: Advertise (gallivm's) shader limits.
16 years ago
José Fonseca
7b5931b313
softpipe: Adverstise (tgsi_exec's) shader limits.
16 years ago
José Fonseca
6ac93e469a
mesa/st: Expose pipe driver's shader limits.
16 years ago
José Fonseca
bfc702d1e7
gallium: Add new fine grained PIPE_CAP_xx for shader limits.
PIPE_CAP_GLSL and PIPE_CAP_SM3 not removed yet, as opcode support is not
yet covered.
16 years ago
José Fonseca
e1238b5cad
gallium: Make PIPE_CAP_xxx enums.
16 years ago
Chia-I Wu
084eadac88
st/egl: Link egl-apis to LLVM when enabled.
This is required when a client API (i.e. OpenGL) uses the draw module.
16 years ago
Chia-I Wu
d9f38e1a71
st/mesa: Do not use draw module in OpenGL ES build.
This removes references to symbols in draw module for OpenGL ES build.
As OpenGL ES does not support feedback/selection mode, draw module is
used in pathes that will never be reached. However, if the symbols are
referenced, it will bloat the final shared libraries unnecessarily.
This is serious when LLVM is enabled.
16 years ago
Chia-I Wu
87cc2da16e
mesa/es: Merge back to core mesa.
With the omit list gone, there are not too many differences in building
core mesa and ES overlay. Remove the mesa/es and build both of them in
src/mesa/Makefile.
16 years ago
Chia-I Wu
8d5c83c467
mesa/es: Remove omit list.
vbo/vbo_save* are the last members on the omit list. Test FEATURE_dlist
in the sources and remove the omit list.
16 years ago
Chia-I Wu
eb5100accc
mesa: Make FEATURE_ATI_fragment_shader more modular.
This allows atifragshader.h to be used without knowing if
FEATURE_ATI_fragment_shader is enabled. As a result, atifragshader.c is
removed from the omit list in ES overlay.
16 years ago
Chia-I Wu
82c6c31f55
mesa/es: Remove sources.mak.
All ES overlay sources have been merged into core Mesa. Not much is
left in sources.mak so merge it into Makefile.
16 years ago
Chia-I Wu
cc289e2221
mesa/es: Update sources.mak and fix the build.
Remove sources that are feature-aware from the omit list. x86 -O0 build
is ~12KiB smaller afther making those sources feature-aware.
Also, remove get.c from the omit list as get_es[12].c have been merged
to it.
16 years ago
Chia-I Wu
1975208919
st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.
This change allows st_cb_drawtex.h to be used without knowing if
FEATURE_OES_draw_texture is enabled.
16 years ago
Chia-I Wu
278bca0db9
mesa: Add dummy _mesa_lookup_query_object to queryobj.h.
This allows condrender.c to be compiled without FEATURE_queryobj.
16 years ago
Chia-I Wu
e76e17d569
st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware.
This change allows st_cb_blit.h to be used without knowing if
FEATURE_EXT_framebuffer_blit is enabled.
16 years ago
Chia-I Wu
16775f4951
st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
This change allows st_cb_queryobj.h to be used without knowing if
FEATURE_queryobj is enabled.
16 years ago
Chia-I Wu
bcce57c2e9
st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.
Make st_cb_feedback.h FEATURE_feedback aware and st_cb_rastpos.h
FEATURE_rastpos aware. Move creation of selection/feedback draw context
to st_init_draw.
16 years ago
Chia-I Wu
14a92b26ff
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
This change allows st_cb_{bitmap,drawpixels}.h to be used without
knowing if FEATURE_drawpix is enabled.
16 years ago
Chia-I Wu
e33ad4999e
st/mesa: Make st_cb_accum.h FEATURE_accum aware.
This change allows st_cb_accum.h to be used without knowing if
FEATURE_accum is enabled.
16 years ago
Chia-I Wu
b093016bd0
mesa: Make FEATURE_EXT_transform_feedback more modular.
This allows transformfeedback.h and st_cb_xformfb.h to be included and
used without knowing if FEATURE_EXT_transform_feedback is enabled. Fix
build of ES overlay.
16 years ago
Brian Paul
903986ca12
glapi: fix generator scripts w.r.t. GLX_USE_APPLEGL
Commit 80b280db88 changed the .c files
instead of the .py generator scripts.
16 years ago
Brian Paul
6c06e2f053
glapi: added GL_ARB_transform_feedback2 entrypoints
16 years ago
Brian Paul
92a8ba844c
progs/tests: disable invalid 3D texture compression tests
16 years ago
Brian Paul
67a27b82f5
progs/tests: fix a couple bugs in the getprocaddress.c test
16 years ago