summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-07-21gallivm: added commentBrian Paul1-0/+6
2010-07-21gallivm: remove extraneous bracesBrian Paul1-20/+18
2010-07-21gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul1-20/+15
2010-07-21gallivm: implement correct indirect addressing of temp registersBrian Paul1-11/+29
2010-07-21gallivm: re-org, comments for get_temp_ptr()Brian Paul1-3/+13
2010-07-21draw: whitespace clean-upBrian Paul1-33/+33
2010-07-21gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell1-1/+1
2010-07-21gallivm: rename a var to avoid compiler warningsBrian Paul1-2/+2
2010-07-20gallivm: fix indirect addressing of constant bufferBrian Paul1-25/+83
2010-07-20gallivm: added lp_build_const_int32() helperBrian Paul1-0/+8
2010-07-20radeon: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-20r600g: split trans unit computationJerome Glisse2-7/+23
2010-07-20st/mesa: implement and advertise GL_ARB_draw_elements_base_vertexMarek Olšák2-3/+5
2010-07-20draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul1-6/+14
2010-07-20st/mesa: implement depth texture modesMarek Olšák1-11/+85
2010-07-20mesa: call ctx->Driver.ChooseTextureFormat() only when necessary.Brian Paul3-51/+84
2010-07-20graw/tests: pass -e option to test draw_elements_instanced()Brian Paul1-1/+45
2010-07-20softpipe: Support non-depth-stencil formats in sp_tile_cache_flush_clear().Michal Krol1-2/+7
2010-07-20glx: #ifdef DRI specific prototypeKristian Høgsberg1-0/+2
2010-07-20glx/dri2: Fix dri2CopySubBuffer() again.Michel Dänzer1-3/+4
2010-07-20util: mempool: initialize last block's magic number in a pageMarek Olšák1-0/+1
2010-07-20st/egl: Fixes for recent GLX cleanup.Chia-I Wu2-19/+45
2010-07-20st/dri: Remove driFrameTrackingExtension.Chia-I Wu1-1/+0
2010-07-19glx: Move DRI CopySubBuffer extension to DRI1 codeKristian Høgsberg6-39/+14
2010-07-19glx: Move driver_configs to DRI screen privatesKristian Høgsberg7-12/+22
2010-07-19glx: Move drawHash to display privateKristian Høgsberg5-41/+27
2010-07-19glx: Don't use __glXInitialize() when we might be holding __glXLock()Kristian Høgsberg3-5/+5
2010-07-19glx: Workaround mismatch in signedness between extensions and protocolKristian Høgsberg1-7/+32
2010-07-19glx: Move __DRIdrawable pointers to DRI drawable privatesKristian Høgsberg5-64/+88
2010-07-19glx: Remove support for MESA_swap_frame_usageKristian Høgsberg12-210/+0
2010-07-19glx: Move __driScreen into the dri screen privatesKristian Høgsberg4-31/+32
2010-07-19glx: Move DRI1 specific extensions and code to DRI1 screen privateKristian Høgsberg7-160/+132
2010-07-19glx: Move DRI2 extensions to DRI2 screen privateKristian Høgsberg4-84/+73
2010-07-19glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg11-287/+1
2010-07-19glx: Add screen privates for dri drivers and moved some fields thereKristian Høgsberg10-227/+315
2010-07-19glx: Rename various DRI structs away from obnoxious __GLXfooRec conventionKristian Høgsberg3-70/+59
2010-07-19glx: Factor out common code from dri2WaitGL() and dri2WaitX()Kristian Høgsberg1-28/+19
2010-07-19glx: Dont use dri2WaitX() to update fake frontKristian Høgsberg1-3/+3
2010-07-19i965: Mostly fix glsl-max-varyings.Eric Anholt1-10/+20
2010-07-19i965: Clean up message register setup in emit_vertex_write().Eric Anholt1-7/+7
2010-07-19i965: Reduce repeated calculation of the attribute-offset-in-VUE.Eric Anholt4-24/+19
2010-07-19i965: Clarify the nr_regs calculation in brw_clip.cEric Anholt1-3/+8
2010-07-19i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt2-8/+14
2010-07-19draw: fix incorrect instancing divisor in LLVM codeBrian Paul1-3/+6
2010-07-19mesa: remove restart.c from buildBrian Paul2-2/+0
2010-07-19r300g: fix possible crash in destroy_contextMarek Olšák1-2/+2
2010-07-19util: remove the dummy field in mempoolMarek Olšák2-14/+4
2010-07-19util: add dummy field to empty structure typesBrian Paul2-2/+2
2010-07-19r300g: fix typoMarek Olšák1-1/+1
2010-07-19r300g: use memory pools for buffer_create and get_transferMarek Olšák5-24/+101