| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Pass GL context to _mesa_create_save_table | Ian Romanick | 2012-09-28 | 3 | -3/+3 |
* | mesa: Don't set dispatch pointer for glTexStorage in ES2 | Ian Romanick | 2012-09-28 | 1 | -4/+6 |
* | mesa: Don't set dispatch pointer for glGetProgramivARB in ES2 | Ian Romanick | 2012-09-28 | 1 | -1/+1 |
* | mesa: Don't set dispatch pointer for glResizeBuffersMESA in ES2 | Ian Romanick | 2012-09-28 | 1 | -1/+3 |
* | mesa: Don't set dispatch pointers for glPointParameter[if][v] in ES2 | Ian Romanick | 2012-09-28 | 1 | -4/+8 |
* | mesa: Don't set dispatch pointers for glClearDepth or glDepthRange in ES2 | Ian Romanick | 2012-09-28 | 1 | -2/+8 |
* | mesa: Don't set dispatch pointer for glGetBufferSubData in ES2 | Ian Romanick | 2012-09-28 | 1 | -1/+3 |
* | mesa: Don't set dispatch pointer for glGetDoublev in ES2 | Ian Romanick | 2012-09-28 | 1 | -1/+3 |
* | mesa: Don't set dispatch pointer for glPointSize in ES2 | Ian Romanick | 2012-09-28 | 1 | -3/+1 |
* | mesa: Set dispatch pointer for glShaderBinary | Ian Romanick | 2012-09-28 | 1 | -0/+1 |
* | gles2: Alias glReadBufferNV with desktop glReadBuffer | Ian Romanick | 2012-09-28 | 1 | -1/+1 |
* | intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpy | Chad Versace | 2012-09-28 | 1 | -0/+2 |
* | mesa: Fix typo in error message. | Vinson Lee | 2012-09-27 | 1 | -1/+1 |
* | r600g: add some members to radeon_llvm_context | Vincent Lejeune | 2012-09-28 | 2 | -0/+11 |
* | r600g: tgsi-to-llvm path is taken after declarations have been parsed | Vincent Lejeune | 2012-09-28 | 1 | -26/+32 |
* | meta: Use float for temporary images, not (un)signed normalized. | Kenneth Graunke | 2012-09-27 | 1 | -4/+8 |
* | intel: Don't advertise GLX_SWAP_COPY_OML | Chad Versace | 2012-09-27 | 1 | -6/+6 |
* | i965: Remove stale comment about rebuilding tnl_program. | Eric Anholt | 2012-09-27 | 1 | -7/+0 |
* | i965: Add a comment explaining one of the brw_draw_upload.c loops. | Eric Anholt | 2012-09-27 | 1 | -0/+4 |
* | i965: Remove broken non-interleaved-to-interleaved upload code. | Eric Anholt | 2012-09-27 | 1 | -50/+2 |
* | intel: Remove dead intel_format_to_rb_datatype. | Eric Anholt | 2012-09-27 | 2 | -52/+0 |
* | intel: Mark some file-local code as static. | Eric Anholt | 2012-09-27 | 9 | -18/+9 |
* | i965: Mark brw_disasm.c tables as static const. | Eric Anholt | 2012-09-27 | 1 | -56/+44 |
* | i965: Use visibility cflags on the driver code. | Eric Anholt | 2012-09-27 | 1 | -0/+1 |
* | i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes. | Eric Anholt | 2012-09-27 | 1 | -86/+0 |
* | i965/vp: Remove support for relative addressing of destination registers. | Eric Anholt | 2012-09-27 | 1 | -83/+7 |
* | i965/vp: Remove support for reading destination registers. | Eric Anholt | 2012-09-27 | 2 | -64/+4 |
* | i965/vp: Remove support for GLSL flow control from the old VS backend. | Eric Anholt | 2012-09-27 | 1 | -83/+0 |
* | build: Link libglapi with pthreads | Matt Turner | 2012-09-27 | 2 | -4/+3 |
* | build: Use AX_PTHREAD to detect pthreads | Matt Turner | 2012-09-27 | 4 | -0/+327 |
* | r600g: fix EXP on Cayman | Marek Olšák | 2012-09-27 | 1 | -4/+2 |
* | r600g: fix RSQ of negative value on Cayman | Marek Olšák | 2012-09-27 | 1 | -0/+5 |
* | r600g: fix instance divisor on Cayman | Marek Olšák | 2012-09-27 | 1 | -19/+35 |
* | r600g: flush FMASK and CMASK when changing colorbuffers on Evergreen | Marek Olšák | 2012-09-27 | 6 | -1/+18 |
* | r600g: use invalid DB hardware formats to disable depth/stencil | Marek Olšák | 2012-09-27 | 3 | -2/+23 |
* | intel: Fix segfault in intel_texsubimage_tiled_memcpy | Chad Versace | 2012-09-27 | 1 | -2/+1 |
* | i965: Do texture swizzling in hardware on Haswell. | Kenneth Graunke | 2012-09-26 | 2 | -5/+52 |
* | i965: Refactor texture swizzle generation into a helper. | Kenneth Graunke | 2012-09-26 | 3 | -49/+60 |
* | radeon/llvm: improve select_cc lowering to generate CND* more often | Vincent Lejeune | 2012-09-27 | 4 | -41/+103 |
* | intel: Fix size of temporary etc1 buffer | Chad Versace | 2012-09-26 | 1 | -3/+4 |
* | radeonsi: fix truncated register define. | Alex Deucher | 2012-09-26 | 1 | -3/+3 |
* | mesa: move _mesa_es_error_check_format_and_type() to glformats.c | Brian Paul | 2012-09-26 | 5 | -69/+73 |
* | mesa: move GL_HALF_FLOAT_OES definition to glheader.h | Brian Paul | 2012-09-26 | 3 | -11/+7 |
* | mesa: minor fix to glTexSubImage error message | Brian Paul | 2012-09-26 | 1 | -1/+2 |
* | mesa: consolidate sub-texture error checking code | Brian Paul | 2012-09-26 | 1 | -168/+94 |
* | mesa: consolidate glTexSubImage() error checking | Brian Paul | 2012-09-26 | 1 | -40/+38 |
* | mesa: consolidate glCompressedTexSubImage() error checking | Brian Paul | 2012-09-26 | 1 | -77/+88 |
* | mesa: consolidate subtexture xoffset/yoffset/width/height error checking code | Brian Paul | 2012-09-26 | 1 | -88/+73 |
* | mesa: consolidate glCopyTexSubImage error checking | Brian Paul | 2012-09-26 | 1 | -79/+60 |
* | mesa: fix incorrect error for glCompressedSubTexImage | Brian Paul | 2012-09-26 | 1 | -3/+3 |