summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-27gallium/docs: Document draw_vbo and set_index_buffer.gallium-unified-draw-2Chia-I Wu2-58/+27
2010-07-27gallium: Keep only pipe_context::draw_vbo.Chia-I Wu25-1188/+6
2010-07-27gallium: Use unified pipe_context::draw_vbo.Chia-I Wu3-103/+71
2010-07-27gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu48-202/+999
2010-07-27gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2-0/+41
2010-07-26cell: comment-out unused fields, functionsBrian Paul1-2/+4
2010-07-26cell: make functions staticBrian Paul1-3/+3
2010-07-26cell: fix segfault when freeing samplersBrian Paul1-1/+1
2010-07-26cell: comment-out unneeded padding fieldBrian Paul1-1/+1
2010-07-26cell: added const qualifierBrian Paul1-1/+1
2010-07-26util: fix unused function warning on non-x86Brian Paul1-0/+3
2010-07-26glx: Remove function prototypes no longer necessaryKristian Høgsberg1-7/+0
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt3-6/+11
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt3-18/+20
2010-07-26i965: Use MIN2, MAX2 instead of rolling our own.Eric Anholt1-15/+12
2010-07-26i965: Fold the "is arithmetic" bit of 965 opcodes into the opcode list.Eric Anholt1-50/+26
2010-07-26i965: Remove some duped register size/count definitionsEric Anholt2-34/+26
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt3-619/+618
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia1-2/+626
2010-07-26glx: Drop debug fprintf that snug in with the previous commitKristian Høgsberg1-2/+0
2010-07-26glx: Enable copy subbuffer patch when GLX_DIRECT_RENDERING is #definedKristian Høgsberg1-1/+3
2010-07-26st/egl: Fix debug linenobled1-1/+1
2010-07-26util: fix CPU detection on OS Xnobled1-6/+6
2010-07-26st/xorg: fix use-after-freenobled1-1/+1
2010-07-26i965g: Enable llvm in dri driver if builtJakob Bornecrantz1-3/+8
2010-07-26i915g: Fix llvm buildnobled1-1/+1
2010-07-26glx: Drop duplicate psc field in dri context structKristian Høgsberg1-3/+2
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt1-0/+1
2010-07-26r600g: implememt the LIT instructionStephan Schmid1-1/+119
2010-07-26util: fix another mutex leak in mempoolMarek Olšák1-2/+1
2010-07-26util: fix mutex leaks in mempoolMarek Olšák1-1/+2
2010-07-26r300g: fix macro substitution problemDave Airlie1-2/+2
2010-07-25r300g: implement D24X8 texture sampling for r3xx-r4xxMarek Olšák5-22/+34
2010-07-25r300g: make sure a texture is large enough for the CBZB clearMarek Olšák1-52/+49
2010-07-25r300g: do not use TXPITCH_EN if the width is POT and the height is NPOTMarek Olšák6-11/+15
2010-07-25r300g: do not use TXPITCH_EN for power-of-two textures from the DDXMarek Olšák1-6/+14
2010-07-25r300g: cleanup texture creation codeMarek Olšák13-543/+733
2010-07-25r300g: reject resources from handles which are not large enoughMarek Olšák5-11/+34
2010-07-25r300g: cleanup texture debug loggingMarek Olšák3-18/+25
2010-07-25r300g: do not align texture height to 2^n for 1D and 2D non-mipmapped texturesMarek Olšák1-1/+5
2010-07-24nvfx: Move declaration before code.Vinson Lee1-2/+3
2010-07-24glx: Drop duplicate psc field in drisw context structKristian Høgsberg1-3/+3
2010-07-23glx: Fix another case of confusing driContext and dri2_context *Eric Anholt1-1/+1
2010-07-23glx: Correctly look up the dri2 context pointer for SetTexBuffer.Eric Anholt1-1/+1
2010-07-23glx: Don't destroy context with XID 0Kristian Høgsberg4-4/+9
2010-07-23glx: Fix use after free case when destroying screensKristian Høgsberg1-1/+0
2010-07-23glx: zero out drawable structs after allocationKristian Høgsberg3-0/+3
2010-07-23glx: Refactor and simplify context creationKristian Høgsberg6-205/+185
2010-07-23glx: Fix indirect screen initializationKristian Høgsberg1-2/+7
2010-07-23glx: Move context destroy to context vtableKristian Høgsberg7-105/+83