2008-03-27 |
Brian | when negating scalar src args, use NEGATE_XYZW, not... |
commit | commitdiff | tree |
2008-03-27 |
Brian | Set param_var->param_binding_type = PROGRAM_CONSTANT |
commit | commitdiff | tree |
2008-03-27 |
Eric Anholt | Add a couple of test apps for line/unfilled polygon... |
commit | commitdiff | tree |
2008-03-26 |
Michal Wajdeczko | [965] Fix massively broken state cache dirty flagging. |
commit | commitdiff | tree |
2008-03-26 |
Michal Wajdeczko | [intel] Use mesa texmemory functions to allocate texima... |
commit | commitdiff | tree |
2008-03-26 |
Eric Anholt | [965] Don't let the negate flags of src0 affect 1 const... |
commit | commitdiff | tree |
2008-03-26 |
Michal Wajdeczko | [965] Correctly set read mask for OPCODE_SWZ in pass1. |
commit | commitdiff | tree |
2008-03-26 |
Eric Anholt | [965] Clean up whitespace and dead code from do_unfille... |
commit | commitdiff | tree |
2008-03-26 |
Zou Nan hai | [i915] don't use 4x4 filter for 1D shadowmap |
commit | commitdiff | tree |
2008-03-25 |
Brian | implement glGet/BindAttribLocationARB() for display... |
commit | commitdiff | tree |
2008-03-25 |
Brian | updated to version 40 |
commit | commitdiff | tree |
2008-03-25 |
Xiang, Haihao | intel: fix the issue "VBO: Cannot allocate memory for... |
commit | commitdiff | tree |
2008-03-25 |
Brian | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate... |
commit | commitdiff | tree |
2008-03-25 |
Brian | fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_E... |
commit | commitdiff | tree |
2008-03-24 |
Alex Deucher | R300: fix typo r300 fog reg |
commit | commitdiff | tree |
2008-03-22 |
Eric Anholt | autoconf: Add a workaround for second AC_PROG_PATH... |
commit | commitdiff | tree |
2008-03-22 |
Brian | use ctx->Driver.DeleteProgram() in a few more places |
commit | commitdiff | tree |
2008-03-22 |
Brian | delete default programs with ctx->Driver.DeleteProgram() |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [965] Avoid emitting dead code for DPx/math instructions. |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [965] Improve pinterp performance by delaying reads... |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [965] Fix negating of unsigned value in emit_wpos_xy. |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [965] Add MVP code for position invariant vertex programs. |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [win32] Use native aligned memory allocation functions. |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | [965] Shuffle state flags to match the order we initial... |
commit | commitdiff | tree |
2008-03-21 |
Michal Wajdeczko | intel: Use _mesa_ffs wrapper, and fix a use-after-free... |
commit | commitdiff | tree |
2008-03-21 |
Eric Anholt | autoconf: automatically detect if -ldl is required. |
commit | commitdiff | tree |
2008-03-21 |
Eric Anholt | Fix xdemos build on FreeBSD: <sys/types.h> before ... |
commit | commitdiff | tree |
2008-03-21 |
Eric Anholt | Fix autoconf build on FreeBSD: detect gmake, and put... |
commit | commitdiff | tree |
2008-03-21 |
Brian | Refactor PBO validate/map code. |
commit | commitdiff | tree |
2008-03-21 |
Brian | include varray.h to silence warning |
commit | commitdiff | tree |
2008-03-21 |
Brian | add a number of PBO validate/map/unmap functions |
commit | commitdiff | tree |
2008-03-21 |
Brian | Fix some PBO breakage. |
commit | commitdiff | tree |
2008-03-21 |
Zou Nan hai | [i965] multiple rendering target fix |
commit | commitdiff | tree |
2008-03-20 |
Zou Nan hai | [i915] GL_DEPTH_TEXTURE_MODE fix |
commit | commitdiff | tree |
2008-03-20 |
Xiang, Haihao | mesa: The span array is only populated in single-pixel |
commit | commitdiff | tree |
2008-03-20 |
Eric Anholt | [965] Initialize region surface key structure padding. |
commit | commitdiff | tree |
2008-03-20 |
Eric Anholt | [intel] Fix an uninitialized variable access in PRESUME... |
commit | commitdiff | tree |
2008-03-19 |
Brian | fix IEEE_ONE definition for ICC compiler (bug 15134) |
commit | commitdiff | tree |
2008-03-19 |
Alex Deucher | Radeon 9500 (0x4144) only has one pipe |
commit | commitdiff | tree |
2008-03-19 |
Brian | x86_init_func_size() returns int to indicate success... |
commit | commitdiff | tree |
2008-03-19 |
Brian | s/x86_init_func/x86_init_func_size (fixes bug 15119) |
commit | commitdiff | tree |
2008-03-19 |
Zou Nan hai | [i915] arb point sprite only support in i965 |
commit | commitdiff | tree |
2008-03-19 |
Zou Nan hai | [i915] fix fragment.position |
commit | commitdiff | tree |
2008-03-19 |
Eric Anholt | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout. |
commit | commitdiff | tree |
2008-03-19 |
Eric Anholt | [i915] Add comments about how cube texture layout works. |
commit | commitdiff | tree |
2008-03-19 |
Eric Anholt | [i915] Move miptree layout code into separate functions... |
commit | commitdiff | tree |
2008-03-19 |
Eric Anholt | [intel] Clarify miptree layout by using byte offsets... |
commit | commitdiff | tree |
2008-03-19 |
Eric Anholt | [945] Remove conditional in 945 3D mipmap layout checki... |
commit | commitdiff | tree |
2008-03-19 |
Alan Hourihane | set outputs_safe to 0 as it's possible for the code... |
commit | commitdiff | tree |
2008-03-18 |
Zou Nan hai | Revert "[i965] make stipple pattern continue across... |
commit | commitdiff | tree |
2008-03-18 |
Xiang, Haihao | glx: Add isDirect back to __GLXcontextRec. It is needed |
commit | commitdiff | tree |
2008-03-18 |
Zou Nan hai | [i965] make stipple pattern continue across GL_LINE_LOO... |
commit | commitdiff | tree |
2008-03-18 |
Dave Airlie | r300: add new rs690 pci id |
commit | commitdiff | tree |
2008-03-17 |
Andrzej Trznadel | [965] Fix fp temp reg release code to not usually relea... |
commit | commitdiff | tree |
2008-03-17 |
Andrzej Trznadel | Fix compat implementation of ffs() to return 1-based... |
commit | commitdiff | tree |
2008-03-17 |
Markus Amsler | only set InputsRead bit if input is really used |
commit | commitdiff | tree |
2008-03-17 |
Markus Amsler | mesa: Add vertex.attrib 0-15 to arb_input_attrib_string. |
commit | commitdiff | tree |
2008-03-17 |
Markus Amsler | r300: Simplify r300VAPInputRoute1. |
commit | commitdiff | tree |
2008-03-17 |
Markus Amsler | r300: Simplify r300VAPInputRoute0, check for valid... |
commit | commitdiff | tree |
2008-03-17 |
Zou Nan hai | [i965] round pointsize to nearest int according to... |
commit | commitdiff | tree |
2008-03-17 |
Xiang, Haihao | intel: fix the error in commit 7ed1fd5d8438e55fe2409184... |
commit | commitdiff | tree |
2008-03-17 |
Xiang, Haihao | intel: It is needed to allocating texture memory to... |
commit | commitdiff | tree |
2008-03-17 |
Xiang, Haihao | intel: Remove an assertion from intel_miptree_create... |
commit | commitdiff | tree |
2008-03-17 |
Xiang, Haihao | mesa: avoid to unlock an unlocked array in _mesa_PopCli... |
commit | commitdiff | tree |
2008-03-17 |
Xiang, Haihao | mesa: Follow GL spec to draw DEPTH_COMPONENT pixels... |
commit | commitdiff | tree |
2008-03-17 |
Zou Nan hai | [i965] fix wpos height 1 pixel higher |
commit | commitdiff | tree |
2008-03-15 |
Kristian Høgsberg | Test createNewScreen for NULL, not createNewScreenName... |
commit | commitdiff | tree |
2008-03-14 |
Brian | init tmpNode to zeros |
commit | commitdiff | tree |
2008-03-14 |
Brian | mesa: fix emit_clamp() so that we don't use an output... |
commit | commitdiff | tree |
2008-03-14 |
Xiang, Haihao | glx: fix rotation regression. bug #14963 |
commit | commitdiff | tree |
2008-03-14 |
Xiang, Haihao | intel: fix abort issue with shadowtex demo when use |
commit | commitdiff | tree |
2008-03-13 |
Roland Scheidegger | fix state.lightprod ambient/specular w value (bug ... |
commit | commitdiff | tree |
2008-03-13 |
Zou Nan hai | [i965] multiple rendering target support |
commit | commitdiff | tree |
2008-03-12 |
Kristian Høgsberg | libGL: Pull the drawable hash back out in the generic... |
commit | commitdiff | tree |
2008-03-12 |
Kristian Høgsberg | Add another missing check for uninitialized DRI. |
commit | commitdiff | tree |
2008-03-11 |
Dan Nicholson | Fix include path for rain demo so glut.h is found |
commit | commitdiff | tree |
2008-03-10 |
Dan Nicholson | autoconf: Enable xdemos by default when we build libGL |
commit | commitdiff | tree |
2008-03-10 |
Jeremy Huddleston | Darwin: Fixed small error in darwin config files |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | Move make install logic for libGL back into src/mesa... |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | Only try to call DRI function if DRI got initialized... |
commit | commitdiff | tree |
2008-03-10 |
Jeremy Huddleston | Darwin: Config/source fixes to now build glxdemo apps... |
commit | commitdiff | tree |
2008-03-10 |
Dan Nicholson | autoconf: Add autogen.sh from Xorg for easier setup... |
commit | commitdiff | tree |
2008-03-10 |
Dan Nicholson | Ignore more demo programs |
commit | commitdiff | tree |
2008-03-10 |
Brian | remove extra #include of assert.h (bug 14932) |
commit | commitdiff | tree |
2008-03-10 |
Brian | fix parsing of state.texenv.color (bug 14931) |
commit | commitdiff | tree |
2008-03-10 |
Dave Airlie | dri: fix function call to add new parameter. |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | DRI2: Make setTexBuffer take a __DRIdrawable instead... |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | DRI2: Drop DriverAPI.UpdateBuffer. |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | DRI2: Pass the context instead of the screen to __dri2P... |
commit | commitdiff | tree |
2008-03-10 |
Kristian Høgsberg | DRI2: Add event buffer head as an argument to driCreate... |
commit | commitdiff | tree |
2008-03-10 |
Brian | fix botched test for clearing color buffers (should... |
commit | commitdiff | tree |
2008-03-09 |
Markus Amsler | Set normalized flag for GLubyte arrays in _mesa_VertexA... |
commit | commitdiff | tree |
2008-03-09 |
Markus Amsler | init vertex weight attrib to (1,0,0,0) |
commit | commitdiff | tree |
2008-03-09 |
Brian | fix __builtin_expect() definition test for IBM XLC... |
commit | commitdiff | tree |
2008-03-09 |
Kristian Høgsberg | Properly revert the libGL loader path breakage. |
commit | commitdiff | tree |
2008-03-09 |
Kristian Høgsberg | libGL: Fall back to DEFAULT_DRIVER_DIR properly. |
commit | commitdiff | tree |
2008-03-09 |
Brian | replace // comment with /* */ (bug 14916) |
commit | commitdiff | tree |
2008-03-09 |
Brian | added info about checking out gallium-0.1 for cell... |
commit | commitdiff | tree |
2008-03-09 |
Kristian Høgsberg | Use _X_HIDDEN to hide a bunch of leaked symbols. |
commit | commitdiff | tree |
2008-03-09 |
Kristian Høgsberg | Move DRI context functions into dri_glx.c. |
commit | commitdiff | tree |
next |