aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r600g: remove useless texture barrierMarek Olšák2011-11-101-2/+0
* r600g: flush the whole context when CS is full, not just hw_contextMarek Olšák2011-11-103-1/+6
* r600g: turn some CS overflow checks into assertionsMarek Olšák2011-11-102-12/+2
* r600g: put the rest of CS overflow checks in r600_need_cs_spaceMarek Olšák2011-11-103-18/+9
* r600g: flush caches regardless of render conditionMarek Olšák2011-11-101-5/+5
* r600g: disable render condition at the end of CS, re-enable at the beginningMarek Olšák2011-11-102-0/+19
* r600g: don't suspend queries if they have already been suspended by blitterMarek Olšák2011-11-101-2/+11
* r600g: properly reserve CS space for queries_suspendMarek Olšák2011-11-103-21/+18
* r600g: reserve CS space for a draw command in begin_query and render_conditionMarek Olšák2011-11-103-11/+25
* r600g: consolidate checking whether CS is fullMarek Olšák2011-11-103-31/+28
* radeon: fix tex1d-border2dDave Airlie2011-11-101-31/+33
* radeon: fix 3-coordinate swtcl emissionDave Airlie2011-11-101-0/+8
* swrast: Add support for glReadPixels() to integer types.Eric Anholt2011-11-091-6/+13
* mesa: Add support for unpacking 32-bit integer formats to int spans.Eric Anholt2011-11-092-0/+128
* meta: Add support for glClear() to integer color buffers.Eric Anholt2011-11-091-4/+109
* i965: Claim to support rendering to integer FBOs.Eric Anholt2011-11-092-1/+13
* i965/fs: Add support for user-defined out variables.Eric Anholt2011-11-092-35/+39
* i965/fs: Preserve the source register type when doing color writes.Eric Anholt2011-11-091-4/+7
* i965: Make brw_type_for_base_type return the element type for arrays.Eric Anholt2011-11-091-0/+1
* i965: Enable ChooseTexFormat for supported GL_EXT_texture_integer formats.Eric Anholt2011-11-091-0/+30
* i965: Add mapping from MESA_FORMAT to BRW_SURFACEFORMAT for integer.Eric Anholt2011-11-091-0/+24
* intel: Expose GL_EXT_texture_integer when GL 3.0 override is set.Eric Anholt2011-11-091-0/+10
* docs: Note EXT_texture_array on i965.Eric Anholt2011-11-091-1/+1
* i965: Add support for 16-bit unorm L, A, and I textures.Eric Anholt2011-11-092-1/+8
* intel: Don't _mesa_problem when asked for an RB of a texturing-only type.Eric Anholt2011-11-092-2/+11
* r200: remove dangling radeon.h symlink.Paul Berry2011-11-091-1/+0
* glsl: Assign transform feedback varying slots in linker.Paul Berry2011-11-092-63/+503
* glsl: Clamp vector indices when lowering to swizzlesIan Romanick2011-11-091-2/+20
* scons: Disable deprecated POSIX name MSVC warnings.José Fonseca2011-11-091-0/+1
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-0920-33/+158
* scons: Don't list m_xform.c twice.José Fonseca2011-11-091-5/+0
* glu: Fix deprecated conversion from string constant to ‘char*’ warning.José Fonseca2011-11-092-2/+2
* r600g: clarify meaning of one variable in shader codegenMarek Olšák2011-11-091-1/+1
* r600g: cosmetic changes in query codeMarek Olšák2011-11-092-10/+7
* r600g: use modulo for computing index into query (ring) buffersMarek Olšák2011-11-091-14/+5
* r600g: make r600_query_result more genericMarek Olšák2011-11-091-15/+37
* Remove tgsi_sse2.José Fonseca2011-11-0820-7048/+3
* mesa: fix signed/unsigned integer comparison warningsBrian Paul2011-11-082-5/+9
* glsl: remove trailing comma to silence warningBrian Paul2011-11-081-1/+1
* mesa: Implement glGetFragDataLocationIan Romanick2011-11-082-20/+56
* linker: Use app-specified fragment data location during linkingIan Romanick2011-11-084-8/+25
* mesa: Stub implementation of glBindFragDataLocationIan Romanick2011-11-082-18/+37
* softpipe: don't clamp or do logical operations on floating-point buffers.Morgan Armand2011-11-081-22/+54
* st/mesa: Fix memory leak on error path.Vinson Lee2011-11-071-1/+3
* st/dri: Fix memory leak on error path.Vinson Lee2011-11-071-1/+3
* glsl: Generate IR for switch statementsDan McCabe2011-11-073-45/+254
* glsl: Reference data structure ctors in grammarDan McCabe2011-11-073-16/+193
* glsl: Create AST structs corresponding to new productions in grammarDan McCabe2011-11-071-0/+59
* glsl: Add productions to GLSL grammar for switch statementDan McCabe2011-11-071-3/+61
* glsl: Create AST data structures for switch statement and case labelDan McCabe2011-11-071-4/+20