summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: expose AMD_vertex_shader_viewport_index on gen7+Ilia Mirkin2014-07-021-1/+3
* mesa: add support for AMD_vertex_shader_viewport_indexIlia Mirkin2014-07-022-0/+2
* mesa/st: enable ARB_fragment_layer_viewportIlia Mirkin2014-07-021-0/+1
* i965/gen6: Add a spec citation about push constant packet requirements.Eric Anholt2014-07-021-1/+8
* i965: Add a comment about null renderbuffer surfaces and why they exist.Eric Anholt2014-07-023-2/+22
* i965: Update a ton of comments about constant buffers.Eric Anholt2014-07-024-32/+74
* i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt2014-07-024-53/+42
* i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.Eric Anholt2014-07-024-66/+52
* i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt2014-07-0214-35/+36
* i965: Fix state flags for gen4/5 CURBE.Eric Anholt2014-07-021-8/+8
* i965: Remove a dead define.Eric Anholt2014-07-021-2/+0
* i965: Reuse libdrm's header for AUB definitions.Eric Anholt2014-07-024-71/+7
* i965: Fix stale comments about the state cache.Eric Anholt2014-07-022-2/+9
* i965: Fix stale binding table comment.Eric Anholt2014-07-021-2/+0
* i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt2014-07-024-50/+2
* i965: Reuse intel_upload.c for gen4/5 constant buffers.Eric Anholt2014-07-023-31/+7
* st/mesa: add support for indirect drawingChristoph Bumiller2014-07-023-1/+14
* xmlconfig/dri: bool -> unsigned charDave Airlie2014-07-023-10/+8
* i965/fs: Update discard jump to preserve uniform loads via sampler.Cody Northrop2014-07-011-6/+5
* i965/fs: Mark case unreachable to silence warning.Matt Turner2014-07-011-0/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-0155-324/+182
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-016-14/+16
* i965/vec4: Remove useless conditionals.Matt Turner2014-07-011-6/+3
* i965/fs: Pass cfg to calculate_live_intervals().Matt Turner2014-07-016-12/+15
* i965: Mark fields in the live interval classes protected.Matt Turner2014-07-012-16/+19
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-0111-55/+20
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-0118-184/+76
* i965: Add and use foreach_inst_in_block macros.Matt Turner2014-07-017-25/+17
* i965/fs: Use is_head_sentinel() instead of ->prev == NULL.Matt Turner2014-07-011-1/+1
* mesa: Add and use foreach_list_typed_safe.Matt Turner2014-07-011-3/+1
* mesa: Add and use foreach_in_list_use_after.Matt Turner2014-07-012-9/+2
* mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-3/+1
* mesa: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-013-85/+41
* mesa: update comment for UniformBufferSize to indicate size is in bytesBrian Paul2014-07-011-1/+1
* st/mesa: fix incorrect size of UBO declarationsBrian Paul2014-07-011-1/+8
* st/mesa: don't use address register for constant-indexed ir_binop_ubo_loadBrian Paul2014-07-011-6/+11
* st/mesa: allow 2D indexing for all shader types in translate_src()Brian Paul2014-07-011-1/+4
* st/mesa: don't ignore const buf index in src_register()Brian Paul2014-07-011-1/+1
* mesa/st: add vertex stream supportIlia Mirkin2014-07-012-4/+8
* gallium: add a cap for max vertex streamsIlia Mirkin2014-07-011-0/+5
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-3/+3
* gallium: add support for stream in so infoIlia Mirkin2014-07-011-0/+1
* gallium: add vertex stream argument to EMIT/ENDPRIMIlia Mirkin2014-07-011-2/+2
* i965/fs: Mark predicated PLN instructions with dependency hints.Matt Turner2014-06-301-4/+9
* i965/fs: Predicate PLN instructions used in unlit centroid WA.Matt Turner2014-06-301-6/+14
* i965/fs: Add no_dd_{clear,check} fields to fs_inst.Matt Turner2014-06-302-6/+10
* i965/fs: Let sat-prop ignore live ranges if producer already has sat.Matt Turner2014-06-301-4/+7
* i965/fs: Pass const references to emit functions.Matt Turner2014-06-302-12/+14
* i965/vec4: Pass const references to instruction functions.Matt Turner2014-06-302-41/+67
* i965/vec4: Pass const references to vec4_instruction().Matt Turner2014-06-302-6/+7