summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix corner cases of BindBufferBase with transform feedback.Paul Berry2012-12-183-17/+68
* mesa/gles3: Generate error on draw call if transform feedback would overflow.Paul Berry2012-12-183-1/+80
* mesa/gles3: Generate error on DrawElements* calls if transform feedback active.Paul Berry2012-12-181-0/+45
* mesa: refactor _mesa_compute_max_transform_feedback_vertices from i965.Paul Berry2012-12-183-12/+38
* mesa: Change args to vbo_count_tessellated_primitives.Paul Berry2012-12-183-17/+24
* radeon/llvm: improve cube map handlingVadim Girlin2012-12-184-22/+84
* radeon/llvm: fix TXQ_LZ handling for cube mapsVadim Girlin2012-12-181-2/+4
* r600g: initialize inst_mod in r600_tex_from_byte_streamVadim Girlin2012-12-181-0/+2
* gallivm: fix conversion for pure integer formatsRoland Scheidegger2012-12-181-0/+1
* glsl: Fix gl_context vs. ralloc context in check_version again, again.Kenneth Graunke2012-12-171-2/+2
* vega: fix for object handle leakAndreas Pokorny2012-12-174-1/+8
* wmesa: include version.h to silence warningBrian Paul2012-12-171-0/+1
* xlib: include headers to fix errors/warningsBrian Paul2012-12-171-0/+2
* mesa osmesa/x11: fix build error introduced in 4bea4cb9Jordan Justen2012-12-172-8/+8
* gallivm: fix texel fetch for array textures (2)Roland Scheidegger2012-12-171-2/+3
* mesa: assert if driver did not compute the versionJordan Justen2012-12-163-1/+4
* mesa: don't initialize VBO vtxfmt in _vbo_CreateContextJordan Justen2012-12-164-10/+0
* mesa: don't initialize exec dispatch tables in _mesa_initialize_contextJordan Justen2012-12-161-3/+0
* mesa dispatch_sanity: call new functions to initialize exec tableJordan Justen2012-12-161-1/+6
* drivers: compute version and then initialize exec tableJordan Justen2012-12-1612-2/+81
* vbo: add _mesa_initialize_vbo_vtxfmtJordan Justen2012-12-162-0/+19
* mesa: separate exec allocation from initializationJordan Justen2012-12-163-16/+15
* r600g: fixup offset types for printingDave Airlie2012-12-162-4/+4
* gallium/u_blitter: Remove the overlapped blit assert from util_blitter_blit_g...Henri Verbeet2012-12-161-28/+0
* glsl_parser_extras.cpp: fixup gl vs mem contexts again.Dave Airlie2012-12-161-4/+4
* i965: Move BRW_MAX_GRF and similar defines to brw_reg.h.Kenneth Graunke2012-12-152-18/+17
* i965: Split struct brw_reg out from brw_eu.h into its own header.Kenneth Graunke2012-12-152-709/+778
* st/mesa: add texture buffer object rgb32 support.Dave Airlie2012-12-161-1/+13
* mesa: add support for ARB_texture_buffer_object_rgb32Dave Airlie2012-12-163-0/+15
* glsl: avoid using gl context as a memory contextDave Airlie2012-12-151-4/+5
* i965: Add missing autoconf bits so test_vec4_register_coalesce will buildIan Romanick2012-12-141-0/+3
* i965: Generalize VS compute-to-MRF for compute-to-another-GRF, too.Eric Anholt2012-12-143-61/+128
* i965/vs: Extend opt_compute_to_mrf to handle limited "reswizzling"Eric Anholt2012-12-143-9/+113
* i965/vs: Add a unit test for opt_compute_to_mrf().Eric Anholt2012-12-143-2/+133
* i965/fs: Drop an unnecessary _safe on a list walk.Eric Anholt2012-12-141-1/+1
* i965/fs: Add a note explaining a detail of register_coalesce_2().Eric Anholt2012-12-141-0/+21
* i965: Also consider HALTs a potential block end.Eric Anholt2012-12-141-0/+1
* i965: Jump to the end of the next outer conditional block on ENDIFs.Kenneth Graunke2012-12-141-0/+7
* i965: expose ARB_texture_cube_map_arrayChris Forbes2012-12-141-0/+1
* i965/fs: Fix setup for textureGrad(samplerCubeArray, coord, dPdx, dPdy)Eric Anholt2012-12-141-7/+12
* i965/fs: Move the failure for gen7 16-wide intdiv to emit_math().Eric Anholt2012-12-142-7/+4
* i965: fs: Add fixup for textureSize on Gen6/7Chris Forbes2012-12-141-0/+11
* i965: fs: fix gen6+ math operands in one placeChris Forbes2012-12-142-28/+33
* i965: vs: Add fixup for textureSize with cube array samplersChris Forbes2012-12-141-0/+13
* i965/vs: Fix gen6+ math operand quirks in one placeChris Forbes2012-12-142-34/+28
* i965: Add various plumbing for cubemap arraysChris Forbes2012-12-145-3/+11
* i965/fs: Add empirically-determined instruction latencies for gen7.Eric Anholt2012-12-141-3/+179
* i965/fs: Fix the clock increment in scheduling.Eric Anholt2012-12-141-3/+15
* i965/fs: Move the old gen4 bspec-based scheduling info to a helper func.Eric Anholt2012-12-141-33/+41
* i965/fs: Set up gen7 UBO loads as sends from GRFs.Eric Anholt2012-12-145-7/+114