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
*
mesa/main: Add support for GL_ARB_cull_distance (v2)
Tobias Klausmann
2016-05-14
7
-3
/
+24
*
i965/gen9: Enable lossless compression
Topi Pohjolainen
2016-05-12
1
-3
/
+40
*
i965: Set render state for lossless compressed
Topi Pohjolainen
2016-05-12
3
-1
/
+16
*
i965/wm: Don't sample lossless compressed as multisampled
Topi Pohjolainen
2016-05-12
1
-1
/
+5
*
i965/gen9: Setup MCS for compressed texture surfaces
Topi Pohjolainen
2016-05-12
1
-4
/
+5
*
i965/blorp: Do not resolve lossless compressed blit sources
Topi Pohjolainen
2016-05-12
1
-1
/
+1
*
i965/blorp: Prepare blits for lossless compression
Topi Pohjolainen
2016-05-12
2
-6
/
+22
*
i965: Deferred allocation of mcs for lossless compressed
Topi Pohjolainen
2016-05-12
4
-0
/
+66
*
i965: Add flag telling if miptree is for client consumption
Topi Pohjolainen
2016-05-12
2
-3
/
+13
*
i965: Add helper for lossless compression support
Topi Pohjolainen
2016-05-12
2
-0
/
+30
*
i965/gen9: Prepare surface state setup for lossless compression
Topi Pohjolainen
2016-05-12
3
-1
/
+5
*
i965/gen8: Expose auxiliary mode resolver
Topi Pohjolainen
2016-05-12
2
-5
/
+6
*
i965: Relax assertion of halign == 16 for lossless compressed aux
Topi Pohjolainen
2016-05-12
1
-1
/
+6
*
i965/blorp: Set full resolve for lossless compressed
Topi Pohjolainen
2016-05-12
2
-2
/
+8
*
i965/blorp: Do not skip fast color clear with new color
Topi Pohjolainen
2016-05-12
3
-4
/
+17
*
i965: Enable scalar GS by default.
Kenneth Graunke
2016-05-12
1
-1
/
+1
*
i965: Reduce the SIMD8 GS push constant threshold from 32 to 24.
Kenneth Graunke
2016-05-12
1
-2
/
+2
*
i965: Delete bogus assertion in emit_gs_input_load().
Kenneth Graunke
2016-05-12
1
-1
/
+0
*
i965: Support instanced GS inputs in the scalar backend.
Kenneth Graunke
2016-05-12
2
-6
/
+36
*
i965: Use an early return for the push case in emit_gs_input_load().
Kenneth Graunke
2016-05-12
1
-31
/
+34
*
i965: Drop BRW_NEW_BLORP from stipple and line parameter packets.
Kenneth Graunke
2016-05-12
1
-8
/
+4
*
i965: Stop splitting fma() prior to optimization
Jason Ekstrand
2016-05-11
1
-5
/
+0
*
ptn: Emit mul+add for MAD
Jason Ekstrand
2016-05-11
1
-1
/
+5
*
mesa/st: split the type_size calculation into it's own file
Rob Clark
2016-05-11
4
-61
/
+150
*
nir/lower-io: add support for lowering inputs
Rob Clark
2016-05-11
1
-1
/
+3
*
nir: rename lower_outputs_to_temporaries -> lower_io_to_temporaries
Rob Clark
2016-05-11
1
-1
/
+1
*
nir: move callsite of lower_outputs_to_temporaries
Rob Clark
2016-05-11
1
-0
/
+1
*
i965/blorp: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-11
/
+19
*
meta/blit: Don't blend integer values during MSAA resolves
Jason Ekstrand
2016-05-10
1
-2
/
+11
*
i965/fs: Default all constants to a location of -1
Jason Ekstrand
2016-05-10
1
-6
/
+4
*
st/glsl_to_tgsi: attach image to correct instruction for samples
Dave Airlie
2016-05-11
1
-2
/
+2
*
mesa: move MESA_MAP_NOWAIT_BIT up away from GL_MAP_PERSISTENT_BIT
Dave Airlie
2016-05-11
1
-1
/
+1
*
mesa/meta: check for signed/unsigned int conversion for pbo getteximage
Dave Airlie
2016-05-11
1
-0
/
+3
*
i965: Handle BRW_OPCODE_DO on Gen6+ in brw_instruction_name().
Matt Turner
2016-05-10
1
-0
/
+6
*
ir_to_mesa: Emit smarter ir_binop_logic_or for vertex programs
Ian Romanick
2016-05-10
1
-15
/
+11
*
prog: Delete all remains of OPCODE_SNE, OPCODE_SEQ, OPCODE_SGT, and OPCODE_SLE
Ian Romanick
2016-05-10
8
-428
/
+0
*
ir_to_mesa: Do not emit OPCODE_SEQ or OPCODE_SNE
Ian Romanick
2016-05-10
1
-9
/
+64
*
ir_to_mesa: Do not emit OPCODE_SLE or OPCODE_SGT
Ian Romanick
2016-05-10
1
-2
/
+12
*
st/mesa: use transfer_inline_write for memcpy TexSubImage path
Marek Olšák
2016-05-10
1
-4
/
+39
*
i965/fs: fix MOV_INDIRECT exec_size for doubles
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+9
*
i965/fs: take into account doubles when calculating read_size for MOV_INDIRECT
Samuel Iglesias Gonsálvez
2016-05-10
1
-2
/
+3
*
i965/fs: demote_pull_constants() did not take into account double types
Samuel Iglesias Gonsálvez
2016-05-10
1
-1
/
+8
*
i965/fs: push first double-based uniforms in push constant buffer
Samuel Iglesias Gonsálvez
2016-05-10
1
-30
/
+82
*
i965/fs: recognize writes with a subreg_offset > 0 as partial
Iago Toral Quiroga
2016-05-10
1
-1
/
+2
*
i965/fs/lower_simd_width: Fix registers written for split instructions
Iago Toral Quiroga
2016-05-10
1
-2
/
+2
*
i965/fs: rename our lower_d2f pass to lower_d2x
Iago Toral Quiroga
2016-05-10
4
-4
/
+4
*
i965/fs: implement i2d and u2d
Iago Toral Quiroga
2016-05-10
1
-0
/
+2
*
i965/fs: implement d2i and d2u
Iago Toral Quiroga
2016-05-10
2
-1
/
+5
*
i965/fs: implement d2b
Iago Toral Quiroga
2016-05-10
1
-0
/
+13
*
i965/fs: implement fsign() for doubles
Iago Toral Quiroga
2016-05-10
1
-17
/
+76
[next]