summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-20glapi: Fix OpenGL ES 1.1 and 2.0 interop.Chia-I Wu
2011-01-20mapi: Add support for bridge mode.Chia-I Wu
2011-01-20mapi: u_current_table may be renamed.Chia-I Wu
2011-01-20mapi: Add a new glapi.h implementation.Chia-I Wu
2011-01-20mapi: Fix glapi printers for gl_and_es_API.xml.Chia-I Wu
2011-01-20mapi: Allow prefix to be macro.Chia-I Wu
2011-01-20mapi: Add the ability to parse GLAPI XML.Chia-I Wu
2011-01-20glapi: Add gl_and_es_API.xml.Chia-I Wu
2011-01-19Add machine generated files to .gitignoretwied
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet
2011-01-19softpipe: Get rid of the redundant resource parameter to get_sampler_variant().Henri Verbeet
2011-01-20r200: fix up some problems with TFP on r200Dave Airlie
2011-01-19llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSBrian Paul
2011-01-19i965/fs: Take the shared mathbox into account in instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add a helper function for detecting math opcodes.Eric Anholt
2011-01-19i965/fs: Assign URB/CURB register numbers after instruction scheduling.Eric Anholt
2011-01-19i965/fs: Add an instruction scheduler.Eric Anholt
2011-01-19i965/fs: Add a helper for detecting texturing opcodes.Eric Anholt
2011-01-19r600g: fix segfault if texture operand is a literalChristian König
2011-01-19mesa: implement glGetShaderPrecisionFormat()Brian Paul
2011-01-19gallium/docs: document result type for some types of queriesBrian Paul
2011-01-19radeon: avoid segfault on 3D textures.Dave Airlie
2011-01-19radeon: oops didn't need this logbase2 fnDave Airlie
2011-01-19radeon: calculate complete texture state inside TFP functionDave Airlie
2011-01-19dri/nouveau: allow multiple maps of surface buffersBen Skeggs
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie
2011-01-18i965: Fix a comment typo.Eric Anholt
2011-01-18i965: Fix a bug in i965 compute-to-MRF.Eric Anholt
2011-01-19r600g: fix reserve_cfile for R700+Christian König
2011-01-18glsl: Fix segfault due to missing printf argumentChad Versace
2011-01-18glsl: Fix semantic checks on precision qualifiersChad Versace
2011-01-18llvmpipe: make sure binning is active when we begin/end a queryBrian Paul
2011-01-18softpipe: rename some functions for consistencyBrian Paul
2011-01-18r600g: Kill trailing whitespace.Henri Verbeet
2011-01-18r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.Henri Verbeet
2011-01-18r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().Henri Verbeet
2011-01-18vbo: initialize num_instances in a few placesBrian Paul
2011-01-18ra: Take advantage of the adjacency list in finding a node to spill.Eric Anholt
2011-01-18ra: Remove unused "name" field in regs.Eric Anholt
2011-01-18ra: Take advantage of the adjacency list in ra_select() too.Eric Anholt
2011-01-18ra: Add an adjacency list to trade space for time in ra_simplify().Eric Anholt
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt
2011-01-18ra: Trade off some space to get time efficiency in ra_set_finalize().Eric Anholt
2011-01-18softpipe: added some null pointer checksBrian Paul
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul
2011-01-18Remove executables from source tree.José Fonseca
2011-01-18r600c: preserve correct buffer when using fboAndre Maasikas
2011-01-18r600: set border color as RGBAAndre Maasikas
2011-01-18r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transformAndre Maasikas