summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2012-01-13mesa: Bump version number to 8.0-rc1mesa-8.0-rc1Jakob Bornecrantz1-1/+1
2012-01-13mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt1-0/+6
2012-01-13mesa: Throw the required error for glCopyTex{Sub,}Image from multisample FBO.Eric Anholt1-0/+14
2012-01-13mesa: Throw the required error for glReadPixels() from a multisampled FBO.Eric Anholt1-0/+5
2012-01-13mesa: Avoid short-circuiting realloc of renderbuffers to new sample count.Eric Anholt1-1/+2
2012-01-13meta: Add GL_RED/GL_RG support to meta CopyTexImage.Eric Anholt1-1/+4
2012-01-13i965/gen7: Fix depth buffer rendering to tile offsets.Eric Anholt2-4/+4
2012-01-13gen6_hiz: Don't bind GL_DRAW_FRAMEBUFFER on GLESNeil Roberts1-5/+29
2012-01-13mesa: s/GLushort/GLubyte/ in pack_ubyte_AL44()Brian Paul1-1/+1
2012-01-13osmesa: fix renderbuffer format selectionBrian Paul1-46/+42
2012-01-13osmesa: fix glReadPixels, etcBrian Paul1-1/+57
2012-01-13intel: move declaration before codeBrian Paul1-1/+1
2012-01-13intel: fix mapping of malloc'd renderbuffersBrian Paul1-0/+15
2012-01-13mesa: remove incorrect (float) cast in mipmap do_row()Brian Paul1-1/+1
2012-01-13swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul3-5/+5
2012-01-13mesa: fix ir_variable declarationBrian Paul1-1/+1
2012-01-13mesa: fix incorrect float vs. int values in a few placesBrian Paul1-3/+3
2012-01-13meta: fix incorrect argument order in setup_texture_coords() callBrian Paul1-1/+1
2012-01-13st/mesa: fix struct vs. class compilation warningBrian Paul1-1/+1
2012-01-11mesa: remove const qualifier from fProg to silence warningBrian Paul1-1/+1
2012-01-11mesa: include uniforms.h to silence warning, remove unused varBrian Paul1-2/+1
2012-01-11Enable is_front_buffer_rendering variable in case of GL_FRONT_AND_BACKAnuj Phogat1-1/+1
2012-01-11mesa: Remove unused opengl version macroJakob Bornecrantz1-11/+0
2012-01-11i965: Don't use _mesa_ir_link_shader to do our dirty workIan Romanick1-7/+85
2012-01-11i965: Don't calculate masks of used FS inputsIan Romanick1-0/+15
2012-01-11linker: Calculate used samplers and shadow samplers in the linkerIan Romanick3-38/+20
2012-01-11linker: Calculate the sampler to texture target mapping during linkingIan Romanick7-16/+14
2012-01-11mesa: Validate sampler settings using uniform storageIan Romanick3-62/+48
2012-01-11mesa: Track fixed-function fragment shader as a shaderIan Romanick7-5/+50
2012-01-11mesa: Use static buffer for uniform nameIan Romanick1-1/+6
2012-01-11mesa: Use uniform interfaces in fixed-function fragment shader codeIan Romanick1-5/+24
2012-01-11i965: Don't reallocate push constant URB space on new VS programs.Kenneth Graunke3-10/+26
2012-01-11i965: Fix compiler warning from uninitialized "success" value.Eric Anholt1-1/+1
2012-01-11i965/gen7: Fix segfault in transform feedback to DYNAMIC_DRAW buffers.Eric Anholt1-2/+3
2012-01-11i965/vs: Try to emit more components of constant vectors at once.Eric Anholt1-2/+27
2012-01-11mesa: add _mesa_HashNumEntries() functionBrian Paul2-0/+23
2012-01-11xlib: stop calling XShmQueryVersion()Brian Paul1-8/+8
2012-01-11xlib: call register_with_display() in Fake_glXChooseFBConfig()Brian Paul1-0/+3
2012-01-11st/mesa: rename translate_texture_target, and make translate_opcode static.Dave Airlie3-8/+5
2012-01-11glsl_to_tgsi: add support for shadow cube map sampling.Dave Airlie2-2/+4
2012-01-11mesa: Fix transform feedback of unsubscripted gl_ClipDistance array.Paul Berry1-0/+2
2012-01-11st_extensions: fixup GLSL 1.30 related enables (v3)Dave Airlie2-9/+33
2012-01-11st_glsl_to_tgsi: use ISSG and fixup IABSDave Airlie1-4/+4
2012-01-11mesa/clear: fix crashes with illegal clear tests.Dave Airlie1-4/+11
2012-01-11mesa: fix cubemap depth completeness testDave Airlie1-3/+5
2012-01-10i965: Claim to support 4 multisamples on gen6+.Eric Anholt1-0/+8
2012-01-10i965: Increase the number of array texture levels to the hardware limit.Eric Anholt1-5/+6
2012-01-10i965: Fix compiler warnings from hiz changes.Eric Anholt2-4/+0
2012-01-10i965/gen7: Fix batch length for 3DSTATE_HIER_DEPTH_BUFFERChad Versace1-2/+2
2012-01-10i965/gen7: Enable HiZChad Versace5-13/+76