summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-21mesa: s/exec/disp/ in _mesa_init_histogram_dispatch()arb_robustnessBrian Paul1-2/+2
2011-04-21mesa: hook up GL_ARB_robustness dispatch functionsnobled8-1/+36
2011-04-21mesa: regenerated API files for GL_ARB_robustnessnobled13-9819/+11398
2011-04-21glapi: add ARB_robustness xmlnobled3-0/+188
2011-04-21mesa: implement GL_ARB_robustness functionsnobled15-46/+345
2011-04-21mesa: add context fields for GL_ARB_robustnessnobled4-0/+14
2011-04-21mesa: standardize more bounds-checking error messagesnobled2-35/+53
2011-04-21mesa: standardize some bounds-checking error messagesnobled1-17/+24
2011-04-21mesa: add more bounds-checking support for client memory buffersnobled4-35/+48
2011-04-21mesa: add bounds-checking support for client memory buffersnobled9-37/+46
2011-04-21mesa: use is_bufferobj() helper functionnobled2-4/+4
2011-04-20r600g: don't flush the dest caches on every drawFredrik Höglund7-72/+176
2011-04-19translate: disable clamping of instanced array indexesBrian Paul2-9/+16
2011-04-19r600g: add evergreen+ big endian supportAlex Deucher4-6/+74
2011-04-19r600g: add big endian support for r6xx/r7xxCédric Cano8-14/+151
2011-04-19r600c: add evergreen big endian supportAlex Deucher5-9/+286
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano11-50/+508
2011-04-19Makefile: add missing Scons filesBrian Paul1-0/+15
2011-04-19Makefile: add missing .cpp, .ll, .yy filesThierry Vignaud1-0/+3
2011-04-19r600g: add cb support for snorm formats.Dave Airlie2-9/+13
2011-04-19configure.ac: rename --enable-gallium-radeon to --enable-gallium-r300Marek Olšák1-9/+8
2011-04-19r200: enable some extensionsMarek Olšák1-2/+10
2011-04-19r600g: fix warnings with piglit texture-rg test.Dave Airlie2-0/+6
2011-04-19r600g: make loop const always flushDave Airlie2-2/+2
2011-04-18r300/compiler: Fix dataflow analysis bug with ELSE blocksTom Stellard1-0/+7
2011-04-18glsl: fix conversions from uint to bool and from float/bool to uintBryan Cain1-3/+3
2011-04-19r600g: add dirty tracking to context reg.Dave Airlie1-7/+12
2011-04-19r600g: deinline some large functions.Dave Airlie2-76/+83
2011-04-19r600g: consolidate r600/evergreen code for resource emission.Dave Airlie3-41/+8
2011-04-19r600g: don't flush caches if we already did so, even for a subset of the flagsBas Nieuwenhuizen1-2/+2
2011-04-19r600g: attempt to avoid emitting resources that are the sameDave Airlie1-18/+49
2011-04-19r600g: modify block to only emit the first few dirty registers. (v2)Dave Airlie4-12/+39
2011-04-19r600g: track dirty registers better. (v2)Dave Airlie4-121/+171
2011-04-18glsl: 80-column wrapping and whitespace fixesIan Romanick1-1/+5
2011-04-18i965: Convert 3DPRIMITIVE command from struct-style to OUT_BATCH style.Kenneth Graunke3-46/+37
2011-04-18i965: Allocate the whole URB to the VS and fix calculations for Gen6.Kenneth Graunke3-19/+25
2011-04-18glsl: Emit a warning when the left-hand operand of a comma has no effectIan Romanick1-1/+35
2011-04-18mesa: fix void pointer arithmetic warningsBrian Paul1-21/+18
2011-04-18mesa: fix wrong parameter type in set_sampler_max_lod()Brian Paul1-1/+1
2011-04-18nvfx: comment-out unused varBrian Paul1-1/+1
2011-04-18intel: Add I8 and L8 to intel_mesa_format_to_rb_datatype().Eric Anholt1-0/+2
2011-04-18Revert "intel: Add spans code for the ARB_texture_rg support."Eric Anholt1-122/+0
2011-04-18intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.Eric Anholt1-25/+4
2011-04-18swrast: Don't try to adjust_colors for <8bpc when handling R16, RG1616.Eric Anholt1-3/+3
2011-04-18mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.Eric Anholt1-0/+310
2011-04-18mesa: Use _mesa_get_format_bytes to refactor out the RB get_row_*Eric Anholt1-60/+10
2011-04-18mesa: Use _mesa_get_format_bytes to refactor out the RB get_pointer_*Eric Anholt1-66/+11
2011-04-18intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt2-33/+17
2011-04-18mesa: Add a function to set up the default renderbuffer accessors.Eric Anholt2-78/+104
2011-04-18mesa: Add a gl_renderbuffer.RowStride field like textures have.Eric Anholt3-53/+66