summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix some comments in sampler object codeBrian Paul2011-04-131-4/+4
* i965: Change assertion condition from implicit to explicitChad Versace2011-04-121-2/+1
* i965: Define BRW_DEPTHFORMAT_D24_UNORM_X8_UINTChad Versace2011-04-121-0/+1
* i965: Document brw_context.state.depth_regionChad Versace2011-04-122-1/+23
* i965: Remove unnecessary release/reference of brw_context.state.depth_regionChad Versace2011-04-121-6/+4
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-122-4/+10
* i965: Never enable the GS on Gen6.Kenneth Graunke2011-04-121-32/+16
* Revert "i965: Reinstate max-index paranoia"Chris Wilson2011-04-121-1/+1
* nouveau_vieux: fix build since sampler objects mergeDave Airlie2011-04-123-12/+12
* texstore: fix regression stricter check for memcpy path for unorm88 and unorm...Hans de Goede2011-04-121-4/+10
* ir_to_mesa: silence signed/unsigned comparison warningsBrian Paul2011-04-111-2/+2
* r600: silence various compiler warningsBrian Paul2011-04-117-10/+19
* Merge branch 'arb_sampler_objects'Brian Paul2011-04-1166-3896/+5636
|\
| * mesa: fixup r600 DRI driver for sampler object changesBrian Paul2011-04-114-26/+26
| * mesa: plug in new functions for GL_ARB_sampler_objectsBrian Paul2011-04-107-0/+42
| * mesa: new code/functions for GL_ARB_sampler_objectsBrian Paul2011-04-102-0/+1409
| * mesa: alloc/free shared sampler objectsBrian Paul2011-04-101-0/+27
| * mesa: new driver hooks for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+8
| * mesa: add glGet for GL_ARB_sampler_objectsBrian Paul2011-04-101-0/+17
| * mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-1051-547/+620
| * glapi: regenerated files for GL_ARB_sampler_objectsBrian Paul2011-04-103-3339/+3503
* | Revert "i965: clear global offset to zero in m0.2 for VS DP read."Zou Nan hai2011-04-121-9/+0
* | i965: Remove hint_gs_always and resulting dead codeIan Romanick2011-04-113-76/+13
* | intel: Fix ROUND_DOWN_TO macroIan Romanick2011-04-111-3/+27
* | i965: Move the SF VP from state caching to state streaming.Eric Anholt2011-04-113-8/+17
* | i965: Change the SF unit from state caching to state streaming.Eric Anholt2011-04-113-107/+45
* | i965: Turn SF unit and viewport structs into pointers to prep for streaming.Eric Anholt2011-04-111-69/+70
|/
* mesa: Also update the color draw buffer if it's explicitly set to GL_NONE.Henri Verbeet2011-04-101-1/+1
* Make st_pipe_vertex_format return type in st_draw.h match st_draw.cAlan Coopersmith2011-04-081-1/+1
* Fix GET_PROGRAM_NAME() on Solaris to not try to modify a read-only stringAlan Coopersmith2011-04-081-1/+19
* i965/fs: Remove broken optimization for live intervals in loops.Eric Anholt2011-04-081-4/+2
* st/mesa: Clamp min_lod to the max miplevel as well.Henri Verbeet2011-04-081-1/+3
* st/mesa: Set samplers views' first_level.Henri Verbeet2011-04-082-7/+6
* mesa: fix dstRowDiff computation in RGTC texstore functionsMarek Olšák2011-04-081-4/+4
* mesa: Update _ElementSize in a few more places.José Fonseca2011-04-073-0/+5
* mesa/st: Fix user buffer size computation when stride is zero.José Fonseca2011-04-073-41/+54
* mesa: Update _ElementSize.Brian Paul2011-04-075-0/+7
* mesa/st: Prevent 'end' < 'start' in vbo_exec_DrawRangeElementsBaseVertex()José Fonseca2011-04-071-1/+6
* mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or...José Fonseca2011-04-071-2/+13
* i965: clear global offset to zero in m0.2 for VS DP read.Zou Nan hai2011-04-071-0/+9
* mesa: Fix allocation size of extension_indices array.Vinson Lee2011-04-061-1/+1
* mesa: fix error message textBrian Paul2011-04-061-1/+1
* mesa: consolidate code in _mesa_update_array_max_element()Brian Paul2011-04-063-63/+35
* mesa: init/release the default texture buffer objectBrian Paul2011-04-061-0/+8
* mesa: fix popping of texture state for GL_TEXTURE_BUFFERBrian Paul2011-04-061-0/+2
* mesa: TEXTURE_BUFFER fix-upBrian Paul2011-04-061-0/+1
* r300/compiler: Don't try to convert RGB to Alpha in full instructionsTom Stellard2011-04-061-1/+2
* mesa: Recognize MESA_VERBOSE=all as shortcut for all debug options.José Fonseca2011-04-061-1/+1
* swrast: simplify assertion to silence warningBrian Paul2011-04-051-6/+1
* mesa: core support for GL_ARB_texture_buffer_objectBrian Paul2011-04-0512-6/+357