index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/gen6/gs: Implement GS_OPCODE_URB_WRITE_ALLOCATE.
Iago Toral Quiroga
2014-09-19
5
-0
/
+42
*
i965/gen6/gs: Implement GS_OPCODE_FF_SYNC.
Iago Toral Quiroga
2014-09-19
5
-0
/
+67
*
i965/gs: Reuse gen6 constant push buffers setup code in gen7+.
Samuel Iglesias Gonsalvez
2014-09-19
3
-36
/
+7
*
i965/gen6/gs: Setup constant push buffers for gen6 geometry shaders.
Iago Toral Quiroga
2014-09-19
3
-33
/
+68
*
i965/gen6/gs: Set brw->gs.enabled to FALSE in gen6_blorp_emit_gs_disable()
Samuel Iglesias Gonsalvez
2014-09-19
1
-0
/
+1
*
i965/gen6/gs: use brw_gs_prog atom instead of brw_ff_gs_prog
Samuel Iglesias Gonsalvez
2014-09-19
4
-2
/
+16
*
i965/gen6/gs: Skeleton for user GS program support
Samuel Iglesias Gonsalvez
2014-09-19
1
-35
/
+119
*
i965/gs: Use single dispatch mode as fallback to dual object mode when possible.
Iago Toral Quiroga
2014-09-19
4
-22
/
+36
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
15
-206
/
+9
*
mesa: fix prog_optimize.c assertions triggered by SWZ opcode
Brian Paul
2014-09-18
1
-5
/
+4
*
st/mesa: Fix handling of 8888 SNORM and SRGB formats for big-endian
Richard Sandiford
2014-09-17
1
-16
/
+36
*
st/mesa: Fix handling of LA and RG formats for big-endian
Richard Sandiford
2014-09-17
1
-16
/
+48
*
mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2)
Richard Sandiford
2014-09-17
9
-0
/
+164
*
mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB}
Richard Sandiford
2014-09-17
9
-0
/
+111
*
mesa: fix SRGB alpha channel value in pack_float_R8G8B8X8_SRGB
Dave Airlie
2014-09-17
1
-1
/
+1
*
swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian
Richard Sandiford
2014-09-17
1
-3
/
+3
*
mesa: Tweak unpack name for MESA_FORMAT_R8G8B8X8_SNORM
Richard Sandiford
2014-09-17
1
-2
/
+2
*
mesa: Fix alpha component in unpack_R8G8B8X8_SRGB.
Richard Sandiford
2014-09-17
1
-1
/
+1
*
util: move shared rgtc code to util (v2)
Dave Airlie
2014-09-17
2
-478
/
+19
*
i965/vec4: slightly improve insn dumping with no srcs
Chris Forbes
2014-09-17
1
-1
/
+4
*
i965: add support for RGBA dma_buf imports.
Gwenole Beauchesne
2014-09-16
1
-0
/
+6
*
i965: Mark delta_x/y as BAD_FILE if remapped away completely.
Kenneth Graunke
2014-09-16
2
-5
/
+15
*
st_glsl_to_tgsi: init have_sqrt field.
Dave Airlie
2014-09-16
1
-0
/
+1
*
mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macro
Brian Paul
2014-09-15
1
-36
/
+38
*
mesa: break up _mesa_swizzle_and_convert() to reduce compile time
Brian Paul
2014-09-15
1
-480
/
+550
*
mesa: check that uniform exists in glUniform* functions
Tapani Pälli
2014-09-15
1
-8
/
+8
*
nouveau: check for mesa context init failure
Ilia Mirkin
2014-09-13
1
-2
/
+2
*
nouveau: avoid leaking screen on initialization fail
Ilia Mirkin
2014-09-13
1
-2
/
+5
*
nouveau: change internal variables to avoid conflicts with macro args
Ilia Mirkin
2014-09-13
1
-10
/
+10
*
i965/vec4: Make type_size() return 0 for samplers.
Kenneth Graunke
2014-09-12
1
-3
/
+3
*
i965: Skip allocating UNIFORM file storage for uniforms of size 0.
Kenneth Graunke
2014-09-12
2
-6
/
+6
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
5
-16
/
+42
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-12
1
-2
/
+2
*
ra: assert against unsigned underflow in q_total
Connor Abbott
2014-09-12
1
-0
/
+1
*
ra: note a restriction in the interfence graph API
Connor Abbott
2014-09-12
1
-1
/
+4
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
6
-18
/
+105
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-12
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-12
5
-4
/
+9
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-11
1
-8
/
+12
*
st/mesa: handle failed context creation for core profile
Brian Paul
2014-09-11
2
-34
/
+53
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-09-11
1
-4
/
+9
*
mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
Brian Paul
2014-09-10
1
-4
/
+4
*
mesa: trim down some #includes
Brian Paul
2014-09-10
7
-12
/
+2
*
i965: Disable guardband clipping in the smaller-than-viewport case.
Kenneth Graunke
2014-09-10
1
-0
/
+31
*
i965: Request lowering gl_VertexID
Ian Romanick
2014-09-10
1
-0
/
+1
*
i965: Expose gl_BaseVertex via a vertex attribute.
Kenneth Graunke
2014-09-10
3
-20
/
+65
*
i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.
Kenneth Graunke
2014-09-10
1
-30
/
+47
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
3
-0
/
+31
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
6
-12
/
+34
[next]