index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Implement b2f and b2i using negation.
Francisco Jerez
2015-07-16
2
-9
/
+2
*
i965/gen9: Use custom MOCS entries set up by the kernel.
Francisco Jerez
2015-07-16
2
-7
/
+7
*
r200: fix some potential big endian issues
Roland Scheidegger
2015-07-16
5
-129
/
+140
*
radeon: fix some potential big endian issues
Roland Scheidegger
2015-07-16
4
-90
/
+76
*
radeon/r200: mark state atoms as dirty after blits
Roland Scheidegger
2015-07-16
2
-0
/
+24
*
r200: fix fbo rendering by disabling optimized texture format chooser
Roland Scheidegger
2015-07-16
1
-1
/
+13
*
i965: Fix 32 bit build warnings in intel_get_yf_ys_bo_size()
Anuj Phogat
2015-07-15
1
-3
/
+3
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
6
-42
/
+70
*
i965: Add and use USED_BATCH macro.
Matt Turner
2015-07-15
6
-22
/
+25
*
i965: Split batch emission from relocation functions.
Matt Turner
2015-07-15
2
-34
/
+30
*
i965: Move BEGIN_BATCH() into same control flow as ADVANCE_BATCH().
Matt Turner
2015-07-15
1
-2
/
+2
*
osmesa: fix OSMesaPixelsStore typo
Brian Paul
2015-07-15
1
-1
/
+1
*
i965/cs: Initialize GPGPU Thread Count
Jordan Justen
2015-07-14
2
-0
/
+25
*
i965: Mark constant static data as const.
Matt Turner
2015-07-14
2
-23
/
+23
*
mesa: Implement _mesa_BindBufferRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+37
*
mesa: Implement _mesa_BindBufferBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+56
*
mesa: Implement _mesa_BindBuffersRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+110
*
mesa: Implement _mesa_BindBuffersBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
2
-0
/
+149
*
mesa: Implement _mesa_DeleteBuffers for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+11
*
mesa: Initialize and free shader storage buffers
Iago Toral Quiroga
2015-07-14
1
-0
/
+19
*
mesa: add MaxShaderStorageBlocks to struct gl_program_constants
Samuel Iglesias Gonsalvez
2015-07-14
2
-0
/
+5
*
mesa: Add shader storage buffer support to struct gl_context
Iago Toral Quiroga
2015-07-14
4
-0
/
+51
*
glsl: Identify active uniform blocks that are buffer blocks as such.
Iago Toral Quiroga
2015-07-14
1
-0
/
+5
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
2
-2
/
+2
*
mesa: define ARB_shader_storage_buffer_object extension
Samuel Iglesias Gonsalvez
2015-07-14
2
-0
/
+2
*
radeon: remove dri_mirror state
Emil Velikov
2015-07-13
4
-31
/
+15
*
i915: remove unused driFd variable
Emil Velikov
2015-07-13
2
-3
/
+0
*
i965: bump libdrm requirement to 2.4.61 and drop in-tree workaround
Emil Velikov
2015-07-13
1
-5
/
+0
*
i965: Remove special case for layered drawbuffer attachments.
Kenneth Graunke
2015-07-10
1
-1
/
+2
*
i965/gen6: Set up layer constraints properly for depth buffers.
Kenneth Graunke
2015-07-10
1
-1
/
+5
*
i965: Label the repclear shader "meta repclear" rather than "meta clear".
Kenneth Graunke
2015-07-10
1
-1
/
+1
*
i965: Fix indentation in emit_control_data_bits().
Kenneth Graunke
2015-07-10
1
-72
/
+70
*
i965/gs: Move vertex_count != 0 check up a level; skip one caller.
Kenneth Graunke
2015-07-10
1
-6
/
+8
*
mesa: Fix generation of git_sha1.h.tmp for gitlinks
Chad Versace
2015-07-10
1
-1
/
+4
*
i965/vs: Get rid of brw_vs_compile completely.
Kenneth Graunke
2015-07-09
3
-40
/
+31
*
i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
Kenneth Graunke
2015-07-09
4
-15
/
+15
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
8
-22
/
+15
*
i965/vec4: Move total_scratch calculation into the visitor.
Kenneth Graunke
2015-07-09
3
-10
/
+7
*
i965/vec4: Move perf_debug about register spilling into the visitor.
Kenneth Graunke
2015-07-09
3
-11
/
+13
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
8
-8
/
+18
*
i965: Switch on shader stage in nir_setup_outputs().
Kenneth Graunke
2015-07-09
1
-26
/
+33
*
i965: Set brw->batch.emit only #ifdef DEBUG.
Matt Turner
2015-07-09
2
-1
/
+3
*
i965/hsw: Implement end of batch workaround
Ben Widawsky
2015-07-09
2
-2
/
+29
*
i965: Move pipecontrol workaround bo to brw_pipe_control
Chris Wilson
2015-07-08
6
-37
/
+64
*
i965: Query whether we have kernel support for the TIMESTAMP register once
Chris Wilson
2015-07-08
3
-5
/
+25
*
i965/vs: Fix matNxM vertex attributes where M != 4.
Kenneth Graunke
2015-07-07
1
-4
/
+11
*
i965/gen4-5: Enable 16-wide dispatch on shaders with control flow.
Francisco Jerez
2015-07-07
1
-7
/
+1
*
i965/gen4-5: Program the execution size correctly for DO/WHILE instructions.
Francisco Jerez
2015-07-07
1
-1
/
+1
*
i965/gen4-5: Set ENDIF dst and src0 fields to the null register.
Francisco Jerez
2015-07-07
1
-2
/
+2
*
mesa: Convert some asserts into STATIC_ASSERT.
Matt Turner
2015-07-06
1
-7
/
+6
[next]