summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet2011-01-191-5/+1
* r200: fix up some problems with TFP on r200Dave Airlie2011-01-201-5/+15
* llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul2011-01-191-3/+14
* i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt2011-01-191-0/+15
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-01-192-8/+13
* i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt2011-01-191-2/+3
* i965/fs: Add an instruction scheduler.Eric Anholt2011-01-194-0/+479
* i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt2011-01-192-8/+12
* r600g: fix segfault if texture operand is a literalChristian König2011-01-191-1/+3
* mesa: implement glGetShaderPrecisionFormat()Brian Paul2011-01-193-5/+68
* gallium/docs: document result type for some types of queriesBrian Paul2011-01-191-0/+2
* radeon: avoid segfault on 3D textures.Dave Airlie2011-01-191-0/+3
* radeon: oops didn't need this logbase2 fnDave Airlie2011-01-191-15/+0
* radeon: calculate complete texture state inside TFP functionDave Airlie2011-01-191-3/+25
* dri/nouveau: allow multiple maps of surface buffersBen Skeggs2011-01-191-2/+4
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-193-6/+6
* i965: Fix a comment typo.Eric Anholt2011-01-181-1/+1
* i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-01-181-0/+1
* r600g: fix reserve_cfile for R700+Christian König2011-01-191-19/+17
* glsl: Fix segfault due to missing printf argumentChad Versace2011-01-181-1/+2
* glsl: Fix semantic checks on precision qualifiersChad Versace2011-01-181-9/+8
* llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-01-181-0/+4
* softpipe: rename some functions for consistencyBrian Paul2011-01-181-7/+7
* r600g: Kill trailing whitespace.Henri Verbeet2011-01-188-66/+66
* r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet2011-01-182-1001/+0
* r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet2011-01-181-3/+3
* vbo: initialize num_instances in a few placesBrian Paul2011-01-182-0/+2
* ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt2011-01-181-6/+6
* ra: Remove unused "name" field in regs.Eric Anholt2011-01-181-1/+0
* ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt2011-01-181-5/+6
* ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt2011-01-181-14/+21
* glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt2011-01-183-2/+9
* ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt2011-01-181-6/+32
* softpipe: added some null pointer checksBrian Paul2011-01-181-3/+3
* softpipe: s/tex_cache/fragment_tex_cache/Brian Paul2011-01-185-9/+9
* Remove executables from source tree.José Fonseca2011-01-185-0/+0
* r600c: preserve correct buffer when using fboAndre Maasikas2011-01-181-1/+1
* r600: set border color as RGBAAndre Maasikas2011-01-181-2/+2
* r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas2011-01-181-7/+9
* i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.Eric Anholt2011-01-172-10/+36
* llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul2011-01-171-1/+1
* st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC codeBrian Paul2011-01-171-4/+4
* glsl: Refresh autogenerated parser filesChad Versace2011-01-172-431/+442
* glsl: Remove redundant semantic check in parserChad Versace2011-01-171-6/+0
* glsl: Add support for default precision statementsChad Versace2011-01-174-9/+67
* glsl: Add semantic checks for precision qualifiersChad Versace2011-01-171-0/+33
* glsl: Fix parser rule for type_specifierChad Versace2011-01-171-0/+3
* glsl: Change default value of ast_type_specifier::precisionChad Versace2011-01-172-4/+5
* glsl: Check that 'centroid in' does not occur in vertex shaderChad Versace2011-01-171-0/+13
* glsl: Check that interpolation quals only apply to vertex ins and fragment outsChad Versace2011-01-171-0/+35