| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: Set tiling mode index for depth/stencil buffers. | Michel Dänzer | 2012-04-19 | 1 | -19/+37 |
* | glsl: Remove unused mem_ctx field from ir_array_splitting_visitor. | Kenneth Graunke | 2012-04-18 | 1 | -1/+0 |
* | i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES. | Kenneth Graunke | 2012-04-18 | 2 | -4/+4 |
* | i965: Fix outdated comments about binding tables. | Kenneth Graunke | 2012-04-18 | 1 | -12/+8 |
* | mesa: Use array object constructor. | Mathias Fröhlich | 2012-04-18 | 2 | -2/+3 |
* | svga: flush drawing before clearing | Brian Paul | 2012-04-18 | 1 | -0/+3 |
* | pipebuffer: split up assertion | Brian Paul | 2012-04-18 | 1 | -1/+2 |
* | svga: return PIPE_OK instead of 0 | Brian Paul | 2012-04-18 | 1 | -1/+1 |
* | gallium/u_gen_mipmap: don't release vertex buffer at end of frame / in glFlush | Marek Olšák | 2012-04-18 | 3 | -23/+4 |
* | gallium/u_blit: don't release vertex buffer at end of frame / in glFlush | Marek Olšák | 2012-04-18 | 3 | -19/+4 |
* | gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZED | Marek Olšák | 2012-04-18 | 3 | -3/+2 |
* | st/mesa: write vertices directly into the buffer for glClear fallback | Marek Olšák | 2012-04-18 | 2 | -20/+21 |
* | st/mesa: use u_upload_mgr to upload vertices for glClear fallback | Marek Olšák | 2012-04-18 | 4 | -66/+11 |
* | st/mesa: write vertices directly into the buffer in glDrawPixels | Marek Olšák | 2012-04-18 | 1 | -17/+15 |
* | st/mesa: use u_upload_mgr to upload vertices for glDrawPixels | Marek Olšák | 2012-04-18 | 1 | -8/+9 |
* | st/mesa: use u_upload_mgr to upload vertices for glDrawTexOES | Marek Olšák | 2012-04-18 | 1 | -13/+13 |
* | st/mesa: write vertices directly into the buffer for glBitmap | Marek Olšák | 2012-04-18 | 2 | -30/+32 |
* | st/mesa: use u_upload_mgr to upload vertices for glBitmap | Marek Olšák | 2012-04-18 | 3 | -59/+23 |
* | radeonsi: Improve calculation of number of pixel shader interpolants. | Michel Dänzer | 2012-04-18 | 1 | -23/+7 |
* | radeonsi: Fix calculation of pitch value in sampler view state. | Michel Dänzer | 2012-04-18 | 1 | -4/+2 |
* | radeonsi: Set tiling mode index in sampler view state. | Michel Dänzer | 2012-04-18 | 1 | -0/+1 |
* | radeonsi: Replace magic numbers with register definitions in sampler state. | Michel Dänzer | 2012-04-18 | 1 | -15/+15 |
* | radeonsi: Fix white border color type in sampler state. | Michel Dänzer | 2012-04-18 | 1 | -1/+1 |
* | glsl/builtins: Rework profiles to use the new '.glsl' common suffix. | Kenneth Graunke | 2012-04-17 | 20 | -4807/+1902 |
* | glsl/builtins: Support stage-agnostic built-in profiles. | Kenneth Graunke | 2012-04-17 | 1 | -2/+4 |
* | glsl: Make the standalone compiler accept '.glsl' files. | Kenneth Graunke | 2012-04-17 | 1 | -1/+1 |
* | mesa: add a couple fast-paths to fast_read_rgba_pixels_memcpy() | Brian Paul | 2012-04-17 | 1 | -7/+55 |
* | configure.ac: add IA64 support. | Dave Airlie | 2012-04-17 | 1 | -1/+1 |
* | glsl/builtins: Use ivec for texel offsets in textureProjGradOffset. | Kenneth Graunke | 2012-04-17 | 3 | -4/+4 |
* | nv50: specify location of UCPs to code generator | Christoph Bumiller | 2012-04-17 | 1 | -0/+2 |
* | r600g: Use automake to generate Makefile | Tom Stellard | 2012-04-17 | 3 | -17/+18 |
* | Revert "glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function." | Eric Anholt | 2012-04-16 | 1 | -14/+0 |
* | docs: Update GLSL 1.40 status. | Eric Anholt | 2012-04-16 | 1 | -1/+2 |
* | docs: Update that int textures got done for GL3. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | docs: Update that ARB_draw_instanced is on in i965. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | docs: Update TBO support. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | glsl: Refuse to link GLSL 1.40+ shaders that would use fixed function. | Eric Anholt | 2012-04-16 | 1 | -0/+14 |
* | glsl: Add remaining *sampler2DRect* texture functions. | Eric Anholt | 2012-04-16 | 3 | -0/+158 |
* | glsl: Fix the prototype of textureProjGradOffset(sampler2DShadow) | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | glsl: Mark [iu]sampler{Buffer,2DRect}as reserved in GLSL 1.40. | Eric Anholt | 2012-04-16 | 2 | -2/+14 |
* | glsl: Add textureSize(*samplerBuffer) support. | Eric Anholt | 2012-04-16 | 3 | -0/+9 |
* | glsl: Fix comment typo in 1.40 work. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | mesa: Remove dead _mesa_sizeof_glsl_type(). | Eric Anholt | 2012-04-16 | 2 | -63/+0 |
* | gtest: Don't actually install a library. | Eric Anholt | 2012-04-16 | 1 | -1/+1 |
* | svga: add case for PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS | Brian Paul | 2012-04-16 | 1 | -0/+2 |
* | autoconf: add AM_PROG_CC_C_O | Dylan Noblesmith | 2012-04-16 | 1 | -0/+1 |
* | nvc0: fix nve4 linear copies | Christoph Bumiller | 2012-04-16 | 1 | -1/+2 |
* | targets/xvmc-nouveau: fix accidental hardcoded include path | Christoph Bumiller | 2012-04-15 | 1 | -1/+1 |
* | nv50: use correct semantic map value for undefined PointSize output | Christoph Bumiller | 2012-04-15 | 1 | -7/+8 |
* | targets/xvmc-nouveau: add libdrm include path | Christoph Bumiller | 2012-04-15 | 1 | -0/+2 |