summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Add reads_flag() and writes_flag() to fs_inst.Matt Turner2013-10-302-0/+16
* i965/fs: Add is_null() method to fs_reg.Matt Turner2013-10-302-0/+9
* i965/fs: Use the gen7 scratch read opcode when possible.Eric Anholt2013-10-308-3/+91
* i965: Merge together opcodes for SHADER_OPCODE_GEN4_SCRATCH_READ/WRITEEric Anholt2013-10-3010-36/+33
* i965/fs: Fix register unspills from a reg_offset.Eric Anholt2013-10-301-3/+3
* i965/fs: Fix register spilling for 16-wide.Eric Anholt2013-10-302-14/+13
* i965/fs: Exit the compile if spilling would overwrite in-use MRFs.Eric Anholt2013-10-303-0/+25
* i965/fs: Fix broken register spilling debug code.Eric Anholt2013-10-302-7/+11
* i965/fs: Split "find what MRFs were used" to a helper function.Eric Anholt2013-10-302-9/+25
* i965/fs: Update an ancient, wrong comment about reg_offset.Eric Anholt2013-10-301-3/+5
* i965/fs: Prefer more-critical instructions of the same age in LIFO scheduling.Eric Anholt2013-10-301-15/+67
* i965: Compute the node's delay time for scheduling.Eric Anholt2013-10-301-0/+28
* mesa: Drop unused return value from use_shader_programGregory Hainaut2013-10-301-5/+3
* automake: properly handle non-default expat installationEmil Velikov2013-10-291-0/+1
* i965/fs: Drop our dead push constants before overflowing to pull constants.Eric Anholt2013-10-291-2/+1
* i965: Simplify the shader time code by using atomic counter helpers.Francisco Jerez2013-10-294-41/+7
* i965: Add brw_reg constructors taking a dynamically determined vector width.Francisco Jerez2013-10-291-0/+24
* i965/gen7: Implement code generation for untyped surface read instructions.Francisco Jerez2013-10-299-0/+112
* i965/gen7: Implement code generation for untyped atomic instructions.Francisco Jerez2013-10-299-0/+130
* i965: Implement ABO surface state emission.Francisco Jerez2013-10-297-0/+122
* i965: Define vtbl method that initializes an untyped R/W surface.Francisco Jerez2013-10-292-5/+37
* glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez2013-10-296-0/+9
* mesa: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-2910-3/+263
* glapi: Add support for ARB_shader_atomic_counters.Francisco Jerez2013-10-293-1/+10
* i965: Handle deallocation of some private ralloc contexts explicitly.Francisco Jerez2013-10-294-4/+4
* mesa: Define introspection macro to determine whether a type is trivially des...Francisco Jerez2013-10-291-1/+23
* glsl: Generalize MSVC fix for strcasecmp().Paul Berry2013-10-291-0/+1
* st/mesa: move out of memory check in st_draw_vbo()Brian Paul2013-10-291-3/+4
* i965/vec4: Reduce working set size of live variables computation.Eric Anholt2013-10-292-23/+28
* Remove error when calling glGenQueries/glDeleteQueries while a query is activeCarl Worth2013-10-281-15/+10
* i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.Kenneth Graunke2013-10-281-0/+12
* i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.Kenneth Graunke2013-10-281-0/+12
* i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.Kenneth Graunke2013-10-281-3/+3
* i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.Kenneth Graunke2013-10-281-0/+3
* i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke2013-10-281-0/+4
* i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.Kenneth Graunke2013-10-281-0/+3
* i965: CS writes/reads should use I915_GEM_INSTRUCTIONDaniel Vetter2013-10-281-2/+2
* i965: Do not set bilinear_filter flag in case of multisample blitsAnuj Phogat2013-10-281-1/+1
* mesa: Remove trailing whitespace in texparam.cRico Schüller2013-10-281-6/+6
* mesa: use void in _mesa_VDPAUFiniNV() as in the header fileBrian Paul2013-10-281-1/+1
* i965: Make fs gl_PrimitiveID input work even when there's no gs.Paul Berry2013-10-272-5/+26
* mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.Vinson Lee2013-10-261-0/+12
* mesa: add vdpau.c and st_vdpau.c to src/mesa/SConscriptBrian Paul2013-10-261-0/+2
* implement NV_vdpau_interop v7Christian König2013-10-2610-1/+751
* i965: Remove ir_txf coord+offset special case in visitorsChris Forbes2013-10-262-65/+16
* i965: Generalize coord+offset lowering pass for ir_txfChris Forbes2013-10-261-3/+26
* i965: Add lowering pass to fold offset into unnormalized coordsChris Forbes2013-10-264-0/+81
* i965: Add lowering pass for splitting textureGatherOffsetsChris Forbes2013-10-264-0/+92
* i965: Add asserts to ensure that ir_tg4 offset arrays are loweredChris Forbes2013-10-262-0/+6
* i965/fs: Add support for shadow comparitors with gather4Chris Forbes2013-10-262-3/+15