summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-26glsl: Accept precision qualifiers on sampler types, but only in ES.Kenneth Graunke1-2/+9
2011-03-26i965/fs: Fix linear gl_Color interpolation on pre-gen6 hardware.Kenneth Graunke1-3/+5
2011-03-26egl/wayland-drm: Fix include pathBenjamin Franzke1-1/+2
2011-03-26egl_dri2: We don't actually support KHR_gl_texture_2D_imageKristian Høgsberg1-1/+0
2011-03-26egl_dri2: Enable image extensions in one placeKristian Høgsberg4-13/+7
2011-03-25glsl: Generate readable unique names at print time.Kenneth Graunke2-11/+63
2011-03-25gallivm: Fix build with llvm-2.9.Vinson Lee1-0/+5
2011-03-25glsl: Make add_variable, add_uniform, et. al. have similar signaturesIan Romanick1-106/+109
2011-03-25i965/fs: Use different name for inner loop counterIan Romanick1-2/+2
2011-03-25glsl: Fix off-by-one error setting max_array_access for non-constant indexingIan Romanick1-1/+1
2011-03-25glsl: Add array access bounds checking to ir_validateIan Romanick1-0/+15
2011-03-25mesa: add void to save_TextureBarrierNV()Brian Paul1-1/+1
2011-03-25glsl: Add void to _mesa_destroy_shader_compiler() argument list.José Fonseca1-2/+2
2011-03-25mesa: Avoid redefining PUBLIC/USE/likely/unlikely macros.José Fonseca1-13/+17
2011-03-25mesa: Use appropriate call convention in VertexAttribI*v.José Fonseca1-136/+136
2011-03-25gallium: Avoid redefinition of likely/unlikely macros on non gcc compilers.José Fonseca1-6/+8
2011-03-25mesa,mapi: Remove spurious const keyword from ClearBufferfi args.José Fonseca5-8/+8
2011-03-24r300g: fix alpha-test with no colorbufferMarek Olšák1-0/+5
2011-03-24mesa: added _mesa_dump_image() for debuggingBrian Paul2-0/+28
2011-03-24mesa: minor whitespace fixesBrian Paul4-7/+7
2011-03-24i965/fs: Make compile failure more verbose with INTEL_DEBUG=wm.Eric Anholt3-18/+36
2011-03-24i965/fs: Clean up reg_undef args from long ago lack of fs_inst overloads.Eric Anholt1-2/+2
2011-03-24i965/fs: Clean up the emit calls by introducing emit() overload helpers.Eric Anholt2-223/+203
2011-03-24mesa: new MESA_EXTENSION_MAX_YEAR env varBrian Paul1-3/+17
2011-03-24svga: adjust triangle rasterization offsetBrian Paul1-1/+1
2011-03-24radeon: use C99 style in macros with variable argumentsIain Hibbert1-8/+8
2011-03-24radeon: reorder #includes to silence warningsBrian Paul1-4/+4
2011-03-24r128: fix an old annoying warningBrian Paul1-2/+2
2011-03-24radeon: fix radeon_create_image_from_name() wrong parameter typeBrian Paul1-3/+3
2011-03-24st/wgl: Adjust the pbuffer invisible window size.José Fonseca1-8/+53
2011-03-23mesa: More glGet* fixes.José Fonseca1-4/+4
2011-03-23mesa: remove unused _MESA_NEW_NEED_NORMALSBrian Paul1-3/+0
2011-03-23mesa: remove _MESA_NEW_TRANSFER_STATEBrian Paul4-10/+6
2011-03-22mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).José Fonseca1-3/+3
2011-03-22r600g: Check for relative addressing in destination register when trying to m...Fabian Bieler1-1/+8
2011-03-22r600g: fix bo names causing -35 EDEADLCKDave Airlie3-0/+48
2011-03-21svga: Avoid synchronizing when doing piecewise upload of textures.José Fonseca1-7/+8
2011-03-21svga: Undo the DMA buffer size limiting.José Fonseca1-13/+2
2011-03-21glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.Dave Airlie1-3/+0
2011-03-19mesa: 80-column wrapping and comment updatesBrian Paul1-19/+20
2011-03-19mesa: 80-column wrapping, update commentBrian Paul1-7/+12
2011-03-19mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/QBrian Paul1-67/+9
2011-03-19mesa: consolidate clip plane update codeBrian Paul3-25/+21
2011-03-19mesa: 80-column wrappingBrian Paul1-2/+2
2011-03-19mesa: replace macro with functionBrian Paul1-8/+13
2011-03-19mesa: 80-column wrappingBrian Paul1-1/+2
2011-03-19mesa: rename functions to follow Mesa conventionsBrian Paul1-35/+29
2011-03-19mesa: 80-column wrappingBrian Paul1-2/+4
2011-03-19nv50,nvc0: implement texture barrierChristoph Bumiller2-0/+22
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard3-3/+4