- b645942 Use AC_CHECK_PROGS to find alternate make programs by Dan Nicholson · 17 years ago
- 3ea80c1 fix parsing bug involving comments at the end of ARB v/f programs by Markus Amsler · 17 years ago
- e82dd8c DRI interface changes and DRI2 direct rendering support. by Kristian Høgsberg · 17 years ago
- 63d8a84 mesa: Free all shader program data before deleting all by Xiang, Haihao · 17 years ago
- aef47c4 Revert "mesa: separate shader program object from shader object." (bug#15244) by Xiang, Haihao · 17 years ago
- d30d9e4 i915: texture object's lod bias. fix bug #15192 by Xiang, Haihao · 17 years ago
- d936784 r300: Copy-and-paste error from the vertex program branch. by Markus Amsler · 17 years ago
- 85e8168 r300: Take PROGRAM_CONSTANT into account. by Markus Amsler · 17 years ago
- 3e0797f Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesa by Oliver McFadden · 17 years ago
- 635e964 fix texture/renderbuffer mix-up in test_attachment_completeness() by Brian · 17 years ago
- 184cf46 i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) by Xiang, Haihao · 17 years ago
- 6054788 r300: finish conversion of RS_INST regs by Dave Airlie · 17 years ago
- a980232 r300: move to using RS_INST names by Dave Airlie · 17 years ago
- 7d2b6a0 consolidate some parsing functions that were pretty much identical for vertex/fragment programs by Brian · 17 years ago
- 21454f8 when negating scalar src args, use NEGATE_XYZW, not NEGATE_X by Brian · 17 years ago
- 978145a Set param_var->param_binding_type = PROGRAM_CONSTANT by Brian · 17 years ago
- 227af94 Add a couple of test apps for line/unfilled polygon clipping. by Eric Anholt · 17 years ago
- 0500467 [965] Fix massively broken state cache dirty flagging. by Michal Wajdeczko · 17 years ago
- 7643081 [intel] Use mesa texmemory functions to allocate teximage Data. by Michal Wajdeczko · 17 years ago
- b4cbf69 [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit by Eric Anholt · 17 years ago
- 13a6f73 [965] Correctly set read mask for OPCODE_SWZ in pass1. by Michal Wajdeczko · 17 years ago
- 5cc56cb [965] Clean up whitespace and dead code from do_unfilled change. by Eric Anholt · 17 years ago
- e49ec6e r300: Indented the vertex program code... by Oliver McFadden · 17 years ago
- 82770b8 r300: Cleaned up the default vertex program code with longer lines. by Oliver McFadden · 17 years ago
- a2c1aad r300: Removed the last of the duplicate vertex program macros. by Oliver McFadden · 17 years ago
- 863ab98 r300: Added Copyright lines to the vertex program code. by Oliver McFadden · 17 years ago
- d24a525 [i915] don't use 4x4 filter for 1D shadowmap by Zou Nan hai · 17 years ago
- 42a04ad r300: Renamed the Mesa opcode translation functions. by Oliver McFadden · 17 years ago
- 2ac2911 r300: Renamed the destination-and-opcode/source macros to more appropriate names. by Oliver McFadden · 17 years ago
- d3ebaa4 implement glGet/BindAttribLocationARB() for display lists by Brian · 17 years ago
- 4e6c2c4 updated to version 40 by Brian · 17 years ago
- 0e34dcc intel: fix the issue "VBO: Cannot allocate memory for a BO" on by Xiang, Haihao · 17 years ago
- 816fbea add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file by Brian · 17 years ago
- 7048545 fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens by Brian · 17 years ago
- b469e9e R300: fix typo r300 fog reg by Alex Deucher · 17 years ago
- 74aee36 r300: Merged the constant zero/one source macros. by Oliver McFadden · 17 years ago
- c75ffff r300: Merged the Vector and Math Engine opcode macros. by Oliver McFadden · 17 years ago
- c986421 autoconf: Add a workaround for second AC_PROG_PATH not overwriting results. by Eric Anholt · 17 years ago
- dc6fab9 use ctx->Driver.DeleteProgram() in a few more places by Brian · 17 years ago
- 731dec1 delete default programs with ctx->Driver.DeleteProgram() by Brian · 17 years ago
- c60b5df [965] Avoid emitting dead code for DPx/math instructions. by Michal Wajdeczko · 17 years ago
- bb41997 [965] Improve pinterp performance by delaying reads of just-written regs. by Michal Wajdeczko · 17 years ago
- 6c1a98e [965] Fix negating of unsigned value in emit_wpos_xy. by Michal Wajdeczko · 17 years ago
- 5f10438 [965] Add MVP code for position invariant vertex programs. by Michal Wajdeczko · 17 years ago
- 31fe7cf [win32] Use native aligned memory allocation functions. by Michal Wajdeczko · 17 years ago
- aa8a7ef [965] Shuffle state flags to match the order we initialize them in. by Michal Wajdeczko · 17 years ago
- 9f6e8e8 intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf. by Michal Wajdeczko · 17 years ago
- 050c533 autoconf: automatically detect if -ldl is required. by Eric Anholt · 17 years ago
- bcb6198 Fix xdemos build on FreeBSD: <sys/types.h> before <netinet/tcp.h> by Eric Anholt · 17 years ago
- 5ad0615 Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux. by Eric Anholt · 17 years ago
- d933be6 Refactor PBO validate/map code. by Brian · 17 years ago
- 3c9862d include varray.h to silence warning by Brian · 17 years ago
- a429a25 add a number of PBO validate/map/unmap functions by Brian · 17 years ago
- 85ea7ff Fix some PBO breakage. by Brian · 17 years ago
- 7936c61 [i965] multiple rendering target fix by Zou Nan hai · 17 years ago
- 7233eab [i915] GL_DEPTH_TEXTURE_MODE fix by Zou Nan hai · 17 years ago
- bff94a9 mesa: The span array is only populated in single-pixel point drawing function. by Xiang, Haihao · 17 years ago
- 7183cca [965] Initialize region surface key structure padding. by Eric Anholt · 17 years ago
- 7d5f713 [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing. by Eric Anholt · 17 years ago
- e03dd83 fix IEEE_ONE definition for ICC compiler (bug 15134) by Brian · 17 years ago
- 65c4ced Radeon 9500 (0x4144) only has one pipe by Alex Deucher · 17 years ago
- b5292b4 x86_init_func_size() returns int to indicate success/fail (bug 15119) by Brian · 17 years ago
- 2905467 s/x86_init_func/x86_init_func_size (fixes bug 15119) by Brian · 17 years ago
- 947312e [i915] arb point sprite only support in i965 by Zou Nan hai · 17 years ago
- c62f504 [i915] fix fragment.position by Zou Nan hai · 17 years ago
- b790b24 [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. by Eric Anholt · 17 years ago
- c2814f2 [i915] Add comments about how cube texture layout works. by Eric Anholt · 17 years ago
- 45adf29 [i915] Move miptree layout code into separate functions per target. by Eric Anholt · 17 years ago
- e5f50f2 [intel] Clarify miptree layout by using byte offsets to images. by Eric Anholt · 17 years ago
- 363d878 [945] Remove conditional in 945 3D mipmap layout checking for cube layout. by Eric Anholt · 17 years ago
- a3b5ae7 set outputs_safe to 0 as it's possible for the code generation by Alan Hourihane · 17 years ago
- f7cfc51 Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP" by Zou Nan hai · 17 years ago
- ae2c31e glx: Add isDirect back to __GLXcontextRec. It is needed by Xiang, Haihao · 17 years ago
- 5a0314b [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP by Zou Nan hai · 17 years ago
- 48efb76 r300: add new rs690 pci id by Dave Airlie · 17 years ago
- 3105bc1 [965] Fix fp temp reg release code to not usually release all temps. by Andrzej Trznadel · 17 years ago
- e9809a3 Fix compat implementation of ffs() to return 1-based bit numbers. by Andrzej Trznadel · 17 years ago
- f2b9142 only set InputsRead bit if input is really used by Markus Amsler · 17 years ago
- d787850 mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. by Markus Amsler · 17 years ago
- c48212f r300: Simplify r300VAPInputRoute1. by Markus Amsler · 17 years ago
- f0c8863 r300: Simplify r300VAPInputRoute0, check for valid input. by Markus Amsler · 17 years ago
- 8d5231a [i965] round pointsize to nearest int according to spec by Zou Nan hai · 17 years ago
- 4a556bc intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bc by Xiang, Haihao · 17 years ago
- 4478926 intel: It is needed to allocating texture memory to accommodate by Xiang, Haihao · 17 years ago
- 7ed1fd5 intel: Remove an assertion from intel_miptree_create. TexImage by Xiang, Haihao · 17 years ago
- 0819b25 mesa: avoid to unlock an unlocked array in _mesa_PopClientAttrib by Xiang, Haihao · 17 years ago
- 07ff7c2 mesa: Follow GL spec to draw DEPTH_COMPONENT pixels when by Xiang, Haihao · 17 years ago
- b0f681b [i965] fix wpos height 1 pixel higher by Zou Nan hai · 17 years ago
- 98e13fe Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). by Kristian Høgsberg · 17 years ago
- e80a288 init tmpNode to zeros by Brian · 17 years ago
- 868193d mesa: fix emit_clamp() so that we don't use an output register as temporary by Brian · 17 years ago
- 42c279a glx: fix rotation regression. bug #14963 by Xiang, Haihao · 17 years ago
- f94d317 intel: fix abort issue with shadowtex demo when use by Xiang, Haihao · 17 years ago
- 142fcd3 fix state.lightprod ambient/specular w value (bug #14983) by Roland Scheidegger · 17 years ago
- fcb7cb9 [i965] multiple rendering target support by Zou Nan hai · 17 years ago
- 9110425 libGL: Pull the drawable hash back out in the generic code. by Kristian Høgsberg · 17 years ago
- 94f39f2 Add another missing check for uninitialized DRI. by Kristian Høgsberg · 17 years ago
- f1e1267 Fix include path for rain demo so glut.h is found by Dan Nicholson · 17 years ago
- b957655 autoconf: Enable xdemos by default when we build libGL by Dan Nicholson · 17 years ago
- 4dfd2dc Darwin: Fixed small error in darwin config files by Jeremy Huddleston · 17 years ago