summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-22build: Fix build on systems where /usr/bin/python isn't python 2.Kenneth Graunke1-4/+4
2013-01-22mesa/es3: Apply stricter multisample blit rules for ES3.Ian Romanick1-13/+48
2013-01-22mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENC...Ian Romanick1-0/+16
2013-01-22mesa: Don't allow blits to / from the same buffer in OpenGL ES 3.0Ian Romanick1-0/+31
2013-01-21mesa: Remove exec thunks from the dlist.c module.Eric Anholt1-870/+0
2013-01-21mesa: Initially populate the display list with the exec list.Eric Anholt11-284/+8
2013-01-21mesa: Delay display list save dispatch setup until Exec is set up.Eric Anholt3-11/+8
2013-01-21mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt14-12/+21
2013-01-21mesa: Remove the size argument from _mesa_alloc_dispatch_table().Eric Anholt3-8/+5
2013-01-21mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN_END macros.Eric Anholt1-25/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt53-356/+92
2013-01-21mesa: Install a minimal dispatch table during glBegin()/glEnd().Eric Anholt4-19/+133
2013-01-21mesa: Remove the dead PrepareExecBegin() driver hook.Eric Anholt3-12/+0
2013-01-21mesa: Use an early return to unindent most of vbo_exec_Begin/End().Eric Anholt1-55/+54
2013-01-21mesa: Improve a glTexEnv error message by looking up the enum.Eric Anholt1-1/+2
2013-01-21mesa: Fix regression in dlist save primitive tracking.Eric Anholt1-8/+1
2013-01-21vl: round next_msc to integer frame, and kill skew_mscMaarten Lankhorst1-5/+2
2013-01-21scons: Fix dependencies of generated headers.José Fonseca9-70/+34
2013-01-21intel: Don't expose XRGB8888 visuals any moreIan Romanick1-2/+1
2013-01-21i965: Enable floating-point textures alwaysIan Romanick2-20/+5
2013-01-21r300g: add a workaround for the AA colorbuffer addressing bug on R500Marek Olšák2-7/+42
2013-01-21r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cardsMarek Olšák2-3/+6
2013-01-21r300g: enable AA optimizations for the RGBA16F formatMarek Olšák3-1/+11
2013-01-21radeonsi: More assorted depth/stencil changes ported from r600g.Marek Olšák7-136/+251
2013-01-21radeonsi: improve flushed depth texture handlingVadim Girlin5-81/+100
2013-01-21radeonsi: Assorted depth/stencil changes ported from r600g.Marek Olšák5-56/+48
2013-01-21radeonsi: Enable 1D tiling for non-depth resources as well.Michel Dänzer1-2/+1
2013-01-21radeonsi: Fix 1D tiling mode index for non-scanout resources.Michel Dänzer1-1/+4
2013-01-20build: Remove dead SHARED_GLAPI variableMatt Turner2-5/+0
2013-01-20glsl/build: Build glsl_test only on make checkMatt Turner1-1/+2
2013-01-20glsl/build: Remove dead LIBRARY_* variablesMatt Turner2-4/+0
2013-01-20xmlpool/build: generate options.h via BUILT_SOURCESMatt Turner1-1/+1
2013-01-20fbobject: add additional fbo completeness checks for GLESJordan Justen1-1/+45
2013-01-20framebuffer: update allowed implementation format/typeJordan Justen1-3/+23
2013-01-20readpix: allow implementation format/typeJordan Justen1-1/+6
2013-01-20extensions: enable EXT_color_buffer_float for ES3Jordan Justen3-9/+20
2013-01-20extensions: Add ES3-only extension supportMatt Turner1-5/+15
2013-01-20readpix: check FBO completeness before trying to access the read-bufferJordan Justen1-9/+9
2013-01-20readpix: add error checking for GLES3Jordan Justen1-0/+56
2013-01-20copyteximage: update error checking for GLES3Jordan Justen1-1/+36
2013-01-20copyteximage: check that sRGB usage is valid for GLES3 / GLJordan Justen1-0/+39
2013-01-20intel: Enable GL_OES_depth_texture_cube_mapIan Romanick1-0/+1
2013-01-20mesa/es3: Allow unsized depth and depth-stencil formats in ES3Ian Romanick1-2/+5
2013-01-20mesa/es2: Allow depth component cube maps in ES2 if the extension is enabledIan Romanick1-1/+2
2013-01-20mesa: Add extension bit tracking for GL_OES_depth_texture_cube_mapIan Romanick2-0/+2
2013-01-20gallium: Remove ppc asm backendAdam Jackson7-3077/+0
2013-01-19build: require python module libxml2Andreas Boll2-0/+50
2013-01-19r600g/llvm: Fixes addressspace of basevectors for clipvertexVincent Lejeune1-1/+2
2013-01-19nv50/ir: add definitions of Target and CodeEmitter dtorsChristoph Bumiller1-2/+2
2013-01-19nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller3-0/+6