2008-04-05 |
Brian | 7.0.3 updates |
commit | commitdiff | tree |
2008-04-05 |
Brian | updated w/ 7.0.3 release |
commit | commitdiff | tree |
2008-04-05 |
Brian | import 7.0.3 relnotes from 7.0 branch |
commit | commitdiff | tree |
2008-04-05 |
Brian | added glGetActiveUniform_func |
commit | commitdiff | tree |
2008-04-05 |
Brian | mesa: add missing glPush/PopMatrix() calls |
commit | commitdiff | tree |
2008-04-05 |
Brian | mesa: add missing glPush/PopMatrix() calls |
commit | commitdiff | tree |
2008-04-04 |
Brian | rewrite some of the mat*mat, mat*vec intrinsics |
commit | commitdiff | tree |
2008-04-04 |
Brian | silence warning |
commit | commitdiff | tree |
2008-04-02 |
Kristian Høgsberg | Pick up dri2proto from the standard proto header includ... |
commit | commitdiff | tree |
2008-04-02 |
Kristian Høgsberg | Initialize GLX_EXT_texture_from_pixmap attributes corre... |
commit | commitdiff | tree |
2008-04-01 |
Roland Scheidegger | fix mistakenly set ATIFragmentShader._Enabled bit ... |
commit | commitdiff | tree |
2008-04-01 |
Brian | added some missing calls to _mesa_enable_x_y_extensions() |
commit | commitdiff | tree |
2008-04-01 |
Dan Nicholson | Use AC_CHECK_PROGS to find alternate make programs |
commit | commitdiff | tree |
2008-03-31 |
Markus Amsler | fix parsing bug involving comments at the end of ARB... |
commit | commitdiff | tree |
2008-03-31 |
Kristian Høgsberg | DRI interface changes and DRI2 direct rendering support. |
commit | commitdiff | tree |
2008-03-31 |
Xiang, Haihao | mesa: Free all shader program data before deleting all |
commit | commitdiff | tree |
2008-03-31 |
Xiang, Haihao | Revert "mesa: separate shader program object from shade... |
commit | commitdiff | tree |
2008-03-31 |
Xiang, Haihao | i915: texture object's lod bias. fix bug #15192 |
commit | commitdiff | tree |
2008-03-30 |
Markus Amsler | r300: Copy-and-paste error from the vertex program... |
commit | commitdiff | tree |
2008-03-30 |
Markus Amsler | r300: Take PROGRAM_CONSTANT into account. |
commit | commitdiff | tree |
2008-03-29 |
Oliver McFadden | Merge branch 'r300-vertprog-branch' of ssh://people... |
commit | commitdiff | tree |
2008-03-28 |
Brian | fix texture/renderbuffer mix-up in test_attachment_comp... |
commit | commitdiff | tree |
2008-03-28 |
Xiang, Haihao | i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) |
commit | commitdiff | tree |
2008-03-28 |
Dave Airlie | r300: finish conversion of RS_INST regs |
commit | commitdiff | tree |
2008-03-28 |
Dave Airlie | r300: move to using RS_INST names |
commit | commitdiff | tree |
2008-03-27 |
Brian | consolidate some parsing functions that were pretty... |
commit | commitdiff | tree |
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 |
Oliver McFadden | r300: Indented the vertex program code... |
commit | commitdiff | tree |
2008-03-26 |
Oliver McFadden | r300: Cleaned up the default vertex program code with... |
commit | commitdiff | tree |
2008-03-26 |
Oliver McFadden | r300: Removed the last of the duplicate vertex program... |
commit | commitdiff | tree |
2008-03-26 |
Oliver McFadden | r300: Added Copyright lines to the vertex program code. |
commit | commitdiff | tree |
2008-03-26 |
Zou Nan hai | [i915] don't use 4x4 filter for 1D shadowmap |
commit | commitdiff | tree |
2008-03-26 |
Oliver McFadden | r300: Renamed the Mesa opcode translation functions. |
commit | commitdiff | tree |
2008-03-26 |
Oliver McFadden | r300: Renamed the destination-and-opcode/source macros... |
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-24 |
Oliver McFadden | r300: Merged the constant zero/one source macros. |
commit | commitdiff | tree |
2008-03-24 |
Oliver McFadden | r300: Merged the Vector and Math Engine opcode macros. |
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 |
next |