summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: add GLSL_REPORT_ERRORS debug flagBrian Paul2012-05-192-0/+15
* mesa: add some comments on shaderapi.c functionsBrian Paul2012-05-191-1/+14
* mesa: Remove undefinition of _P symbol.Vinson Lee2012-05-181-6/+0
* state_tracker: remove sw_primitive_restart from st_contextJordan Justen2012-05-172-2/+0
* state_tracker: remove software handling of primitive restartJordan Justen2012-05-171-178/+2
* state_tracker: set PrimitiveRestartInSoftware if neededJordan Justen2012-05-171-0/+1
* vbo: use software primitive restart in the VBO moduleJordan Justen2012-05-171-6/+37
* mesa: add PrimitiveRestartInSoftware to gl_context.ConstJordan Justen2012-05-172-0/+8
* vbo: add software primitive restart supportJordan Justen2012-05-174-0/+241
* mesa: Check for framebuffer completeness before looking at the rb.Eric Anholt2012-05-171-6/+6
* mesa: Fix assertion failure when a cube face is not present.Eric Anholt2012-05-171-1/+2
* i965/vs: Fix up swizzle for dereference_array of matrices.Eric Anholt2012-05-171-2/+2
* mesa: Throw error on glGetActiveUniform inside Begin/End.Eric Anholt2012-05-171-0/+2
* i965/fs: Do more register coalescing by using the interference graph.Eric Anholt2012-05-172-0/+62
* st/mesa: set PIPE_BIND_STREAM_OUTPUT for TFB target in st_bufferobj_dataChristoph Bumiller2012-05-171-0/+3
* i965/blorp: Move exec() out of brw_blorp_params.Paul Berry2012-05-153-6/+9
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-1523-121/+662
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-158-27/+1730
* i965: Expose surface setup internals for use by blits.Paul Berry2012-05-153-2/+4
* i965: split gen{6,7}_blorp_exec functions into manageable chunks.Paul Berry2012-05-153-522/+647
* i965: Parameterize HiZ code to prepare for adding blitting.Paul Berry2012-05-157-177/+335
* i965: Implement guardband clipping on Ivybridge.Kenneth Graunke2012-05-152-5/+15
* i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2012-05-152-10/+15
* Revert "i965/fs: Jump from discard statements to the end of the program when ...Eric Anholt2012-05-144-126/+5
* i965/fs: Remove the requirement of no dead code for interference checks.Eric Anholt2012-05-141-12/+12
* i965/fs: Add support for copy propagation.Eric Anholt2012-05-145-0/+143
* i965/fs: When doing no work for live interval calculation, do no allocation.Eric Anholt2012-05-141-7/+7
* i965/gen7: Set tile_x/y to 0 in the no-stencil case.Eric Anholt2012-05-141-1/+1
* intel: Fix signed/unsigned comparison warnings.Eric Anholt2012-05-142-5/+6
* intel: Fix compile warning from 7b6424143d8bf572cadd46adcbaa91d2a5598635Eric Anholt2012-05-141-2/+2
* intel: Fix compiler warning from 3cd7bee48f7caf7850ea64d40f43875d4c975507Eric Anholt2012-05-141-2/+0
* i965/fs: Add a local common subexpression elimination pass.Kenneth Graunke2012-05-144-0/+201
* i965/fs: Use a const reference in fs_reg::equals instead of a pointer.Kenneth Graunke2012-05-143-16/+16
* mesa: print the Git SHA1 in GL_VERSION for ES1 and ES2.Oliver McFadden2012-05-141-2/+10
* mesa: GLES specifies restrictions on uniform matrix transpose.Oliver McFadden2012-05-141-0/+10
* nouveau/vieux: finish != flush, how about we do that..Ben Skeggs2012-05-123-0/+23
* mesa: add DEBUG_INCOMPLETE_TEXTURE, DEBUG_INCOMPLETE_FBO flagsBrian Paul2012-05-114-24/+21
* mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul2012-05-113-0/+32
* mesa: define DEBUG_SILENT flag, use in output_if_debug()Brian Paul2012-05-113-12/+13
* mesa: clean-up the debug/verbose flag setup codeBrian Paul2012-05-111-26/+46
* mesa: do FLUSH_VERTICES() in _mesa_flush/finish()Brian Paul2012-05-111-2/+4
* mesa: fix glMaterial / dlist bugBrian Paul2012-05-113-58/+152
* mesa: fix/add error check in _mesa_ColorMaterial()Brian Paul2012-05-111-0/+2
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-115-257/+111
|\
| * st/mesa: unmap upload buffer after uploading indices and constantsMarek Olšák2012-04-302-0/+2
| * cso: cso_context should install u_vbuf by itself and not st/mesaMarek Olšák2012-04-302-29/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-6/+3
| * st/mesa: reorder code in draw_vboMarek Olšák2012-04-301-12/+12
| * st/mesa: remove more unnecessary code in draw_vboMarek Olšák2012-04-301-16/+1
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-10/+7