aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | r300: move to using RS_INST namesDave Airlie2008-03-285-37/+33
* | consolidate some parsing functions that were pretty much identical for vertex...Brian2008-03-271-152/+71
* | when negating scalar src args, use NEGATE_XYZW, not NEGATE_XBrian2008-03-271-6/+6
* | Set param_var->param_binding_type = PROGRAM_CONSTANTBrian2008-03-271-0/+2
* | [965] Fix massively broken state cache dirty flagging.Michal Wajdeczko2008-03-261-2/+6
* | [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-262-3/+5
* | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/litEric Anholt2008-03-261-14/+21
* | [965] Correctly set read mask for OPCODE_SWZ in pass1.Michal Wajdeczko2008-03-261-1/+1
* | [965] Clean up whitespace and dead code from do_unfilled change.Eric Anholt2008-03-261-11/+6
* | [i915] don't use 4x4 filter for 1D shadowmapZou Nan hai2008-03-261-2/+7
* | implement glGet/BindAttribLocationARB() for display listsBrian2008-03-251-0/+26
* | intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-253-0/+14
* | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c fileBrian2008-03-242-0/+65
* | R300: fix typo r300 fog regAlex Deucher2008-03-241-1/+1
* | use ctx->Driver.DeleteProgram() in a few more placesBrian2008-03-222-4/+4
* | delete default programs with ctx->Driver.DeleteProgram()Brian2008-03-221-2/+2
* | [965] Avoid emitting dead code for DPx/math instructions.Michal Wajdeczko2008-03-211-0/+15
* | [965] Improve pinterp performance by delaying reads of just-written regs.Michal Wajdeczko2008-03-211-0/+4
* | [965] Fix negating of unsigned value in emit_wpos_xy.Michal Wajdeczko2008-03-211-1/+1
* | [965] Add MVP code for position invariant vertex programs.Michal Wajdeczko2008-03-211-0/+3
* | [win32] Use native aligned memory allocation functions.Michal Wajdeczko2008-03-211-0/+18
* | [965] Shuffle state flags to match the order we initialize them in.Michal Wajdeczko2008-03-211-2/+2
* | intel: Use _mesa_ffs wrapper, and fix a use-after-free with INTEL_DEBUG=buf.Michal Wajdeczko2008-03-211-3/+7
* | Refactor PBO validate/map code.Brian2008-03-216-88/+81
* | include varray.h to silence warningBrian2008-03-211-1/+1
* | add a number of PBO validate/map/unmap functionsBrian2008-03-215-83/+241
* | Fix some PBO breakage.Brian2008-03-212-11/+6
* | [i965] multiple rendering target fixZou Nan hai2008-03-212-10/+29
* | [i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai2008-03-201-3/+4
* | mesa: The span array is only populated in single-pixelXiang, Haihao2008-03-201-2/+4
* | [965] Initialize region surface key structure padding.Eric Anholt2008-03-191-0/+2
* | [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt2008-03-191-2/+2
* | fix IEEE_ONE definition for ICC compiler (bug 15134)Brian2008-03-191-3/+3
* | Radeon 9500 (0x4144) only has one pipeAlex Deucher2008-03-191-0/+4
* | x86_init_func_size() returns int to indicate success/fail (bug 15119)Brian2008-03-192-2/+3
* | s/x86_init_func/x86_init_func_size (fixes bug 15119)Brian2008-03-191-1/+1
* | [i915] arb point sprite only support in i965Zou Nan hai2008-03-191-1/+1
* | [i915] fix fragment.positionZou Nan hai2008-03-191-6/+21
* | [i915] Bug #13634: Fix bugs in 945 cube mipmap layout.Eric Anholt2008-03-181-15/+18
* | [i915] Add comments about how cube texture layout works.Eric Anholt2008-03-181-2/+107
* | [i915] Move miptree layout code into separate functions per target.Eric Anholt2008-03-181-258/+285
* | [intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2008-03-182-12/+29
* | [945] Remove conditional in 945 3D mipmap layout checking for cube layout.Eric Anholt2008-03-181-4/+3
* | set outputs_safe to 0 as it's possible for the code generationAlan Hourihane2008-03-193-106/+205
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-182-3/+3
* | glx: Add isDirect back to __GLXcontextRec. It is neededXiang, Haihao2008-03-183-2/+9
* | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2008-03-182-3/+3
* | r300: add new rs690 pci idDave Airlie2008-03-181-0/+1
* | [965] Fix fp temp reg release code to not usually release all temps.Andrzej Trznadel2008-03-171-2/+2
* | Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel2008-03-171-0/+1