| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mesa: new code/functions for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 2 | -0/+1409 |
| * | mesa: alloc/free shared sampler objects | Brian Paul | 2011-04-10 | 1 | -0/+27 |
| * | mesa: new driver hooks for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 1 | -0/+8 |
| * | mesa: add glGet for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 1 | -0/+17 |
| * | mesa: move sampler state into new gl_sampler_object type | Brian Paul | 2011-04-10 | 51 | -547/+620 |
| * | glapi: regenerated files for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 10 | -7385/+8371 |
| * | glapi: interface for GL_ARB_sampler_objects | Brian Paul | 2011-04-10 | 3 | -0/+99 |
* | | Revert "i965: clear global offset to zero in m0.2 for VS DP read." | Zou Nan hai | 2011-04-12 | 1 | -9/+0 |
* | | i965: Remove hint_gs_always and resulting dead code | Ian Romanick | 2011-04-11 | 3 | -76/+13 |
* | | intel: Fix ROUND_DOWN_TO macro | Ian Romanick | 2011-04-11 | 1 | -3/+27 |
* | | glsl: Make GL_ARB_shader_stencil_export enable block be similar to other blocks | Ian Romanick | 2011-04-11 | 1 | -7/+7 |
* | | glsl: Only let a shader enable GL_ARB_draw_instanced if the driver supports it | Ian Romanick | 2011-04-11 | 1 | -6/+5 |
* | | i965: Move the SF VP from state caching to state streaming. | Eric Anholt | 2011-04-11 | 3 | -8/+17 |
* | | i965: Change the SF unit from state caching to state streaming. | Eric Anholt | 2011-04-11 | 3 | -107/+45 |
* | | i965: Turn SF unit and viewport structs into pointers to prep for streaming. | Eric Anholt | 2011-04-11 | 1 | -69/+70 |
* | | u_vbuf_mgr: fixed vbo max_index calculation | pepp | 2011-04-11 | 1 | -1/+1 |
* | | r600g: handle PIPE_CAP_FRAGMENT_COLOR_CLAMP_CONTROL in get_param | Marek Olšák | 2011-04-11 | 1 | -0/+1 |
|/ |
|
* | glx: Only remove the glx_display from the list after it's destroyed. | Henri Verbeet | 2011-04-10 | 1 | -3/+8 |
* | glx: Destroy dri2Hash on DRI2 display destruction. | Henri Verbeet | 2011-04-10 | 1 | -0/+3 |
* | mesa: Also update the color draw buffer if it's explicitly set to GL_NONE. | Henri Verbeet | 2011-04-10 | 1 | -1/+1 |
* | docs: fix typos in wayland spec | Nicolas Kaiser | 2011-04-10 | 1 | -3/+3 |
* | docs: fix typos in Mesa specs | Nicolas Kaiser | 2011-04-10 | 10 | -22/+22 |
* | nv50,nvc0: silence shader debug output | Christoph Bumiller | 2011-04-10 | 16 | -109/+85 |
* | nvc0: make the card permit separate colour outputs | Christoph Bumiller | 2011-04-10 | 2 | -14/+4 |
* | nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMON | Christoph Bumiller | 2011-04-10 | 9 | -31/+32 |
* | nvc0: shrink CSOs a little | Christoph Bumiller | 2011-04-10 | 4 | -29/+25 |
* | nv50,nvc0: identify some line rasterization state | Christoph Bumiller | 2011-04-10 | 6 | -6/+21 |
* | nvc0: force perspective correction hint to nicest | Christoph Bumiller | 2011-04-10 | 2 | -0/+7 |
* | nv50,nvc0: don't insert instructions after the block terminator | Christoph Bumiller | 2011-04-10 | 5 | -7/+25 |
* | Make st_pipe_vertex_format return type in st_draw.h match st_draw.c | Alan Coopersmith | 2011-04-08 | 1 | -1/+1 |
* | Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only string | Alan Coopersmith | 2011-04-08 | 1 | -1/+19 |
* | Revert "r300g: handle DISCARD_WHOLE_RESOURCE for buffers" | Marek Olšák | 2011-04-08 | 1 | -25/+10 |
* | r300g: fix another crash with hyperz | Marek Olšák | 2011-04-08 | 2 | -22/+2 |
* | Disable direct rendering on Cygwin | Jon TURNEY | 2011-04-08 | 1 | -0/+14 |
* | Disable direct rendering on GNU/Hurd | nobled | 2011-04-08 | 1 | -2/+11 |
* | Only require libdrm if direct rendering is actually enabled. | Samuel Thibault | 2011-04-08 | 1 | -11/+18 |
* | r300g: fix crash when adding a new relocation | Marek Olšák | 2011-04-08 | 1 | -1/+2 |
* | r300g: emit US_FORMAT on R520 only | Marek Olšák | 2011-04-08 | 2 | -2/+2 |
* | i965/fs: Remove broken optimization for live intervals in loops. | Eric Anholt | 2011-04-08 | 1 | -4/+2 |
* | u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOs | Marek Olšák | 2011-04-08 | 2 | -2/+6 |
* | r300g: fix crash with hyperz | Marek Olšák | 2011-04-08 | 1 | -6/+4 |
* | r300g: Properly take the sampler view's first_level into account when sampling. | Henri Verbeet | 2011-04-08 | 1 | -15/+21 |
* | llvmpipe: Take the sampler view's first_level into account when sampling. | Fabian Bieler | 2011-04-08 | 14 | -33/+78 |
* | softpipe: Take the sampler view's first_level into account when sampling. | Henri Verbeet | 2011-04-08 | 1 | -16/+16 |
* | st/mesa: Clamp min_lod to the max miplevel as well. | Henri Verbeet | 2011-04-08 | 1 | -1/+3 |
* | st/mesa: Set samplers views' first_level. | Henri Verbeet | 2011-04-08 | 2 | -7/+6 |
* | r300g: do not advertise R16F and RG16F on DRM < 2.8.0 | Marek Olšák | 2011-04-08 | 1 | -2/+5 |
* | r300g: fix texturing with sizes > 2048 on r500 | Marek Olšák | 2011-04-08 | 7 | -8/+52 |
* | r300g: add 'radeon: ' prefix to error messages in winsys | Marek Olšák | 2011-04-08 | 2 | -5/+5 |
* | mesa: fix dstRowDiff computation in RGTC texstore functions | Marek Olšák | 2011-04-08 | 1 | -4/+4 |