summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate definitions of max texture image unitsMarek Olšák2013-05-113-9/+5
* i965: Actually use the user timeout in glClientWaitSync.Ben Widawsky2013-05-091-9/+1
* i965: make GT3 machines work as GT3 instead of GT2Paulo Zanoni2013-05-092-37/+41
* i965: Add chipset limits for the Haswell GT3 variant.Kenneth Graunke2013-05-091-0/+6
* i965: Update URB partitioning code for Haswell's GT3 variant.Kenneth Graunke2013-05-091-8/+17
* i965: Delete dead intel_span.c symlink.Kenneth Graunke2013-05-091-1/+0
* i965/vs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-094-63/+31
* i965/fs: Make virtual grf live intervals actually cover their used range.Eric Anholt2013-05-096-72/+38
* st/mesa: generate GL_OUT_OF_MEMORY if we can't create the index bufferBrian Paul2013-05-091-1/+1
* i965: Sync brw_format_for_mesa_format() table with new Mesa formats.Eric Anholt2013-05-081-1/+31
* i965: Update the surface formats table from the current specs.Eric Anholt2013-05-081-0/+65
* i965: Add surface format defines from the public specs.Eric Anholt2013-05-081-0/+45
* mesa/program: Don't copy propagate from swizzles.Fabian Bieler2013-05-081-0/+2
* mesa/st: Don't copy propagate from swizzles.Fabian Bieler2013-05-081-0/+2
* i965: Fix hangs on HSW since the gen6 blorp fix.Eric Anholt2013-05-081-2/+101
* i965: Use Y-tiled blits to untile for cached mappings of miptrees.Eric Anholt2013-05-071-1/+2
* i965: Add support for Y-tiled blits on gen6+.Eric Anholt2013-05-072-3/+42
* i965: Count occlusion query samples for CopyPixels using the 2D engine.Eric Anholt2013-05-071-0/+3
* intel: Remove renderbuffer delete setup from texture wrapping.Eric Anholt2013-05-061-1/+0
* mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt2013-05-065-34/+7
* intel: Simplify renderbuffer-for-texture width setup.Eric Anholt2013-05-061-11/+2
* mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt2013-05-068-101/+56
* i965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().Eric Anholt2013-05-063-77/+41
* i965: Move blorp resolve setup into brw_blorp_blit_miptrees().Eric Anholt2013-05-062-18/+5
* i965: Lower bitfieldInsert.Matt Turner2013-05-061-0/+4
* i965/vs: Add support for bit instructions.Matt Turner2013-05-064-1/+106
* i965/fs: Add support for bit instructions.Matt Turner2013-05-065-0/+142
* i965: Add support for emitting and disassembling bit instructions.Matt Turner2013-05-064-0/+28
* i965: Print the correct dst and shared-src types for 3-src instructions.Matt Turner2013-05-061-4/+22
* i965/gen7: Set src/dst types for 3-src instructions.Matt Turner2013-05-061-4/+36
* i965: Add 3-src destination and shared-source type macros.Matt Turner2013-05-061-0/+11
* i965: Add Gen7+ fields to brw_instruction and add comments.Matt Turner2013-05-061-12/+19
* glsl: Add a pass to lower bitfield-insert into bfm+bfi.Matt Turner2013-05-062-0/+4
* glsl: Add support for new bit built-ins in ARB_gpu_shader5.Matt Turner2013-05-062-0/+15
* mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2013-05-062-0/+2
* i965: Remove GL_ARB_color_buffer_float from GL core contexts.Eric Anholt2013-05-061-1/+2
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-043-3/+3
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* vbo: add comments, const qualifiersBrian Paul2013-05-032-9/+24
* mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul2013-05-031-35/+65
* vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul2013-05-031-2/+7
* mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul2013-05-031-3/+3
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-032-5/+6
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-032-14/+38
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-032-0/+109
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-023-0/+229
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-022-1/+1