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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vc4: Add some comments about state management.
Eric Anholt
2014-10-17
2
-0
/
+11
*
vc4: Make sure there's exactly 1 tile store per tile coords packet.
Eric Anholt
2014-10-17
1
-15
/
+64
*
winsys/radeon: Use a single buffer cache manager again
Michel Dänzer
2014-10-17
3
-37
/
+21
*
clover: Add environment variables for dumping kernel code v2
Tom Stellard
2014-10-16
1
-11
/
+75
*
clover: Register an llvm diagnostic handler v3
Tom Stellard
2014-10-16
1
-0
/
+25
*
clover: Add support for compiling to native object code v3
Tom Stellard
2014-10-16
2
-9
/
+204
*
gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
Tom Stellard
2014-10-16
2
-3
/
+4
*
clover: Factor kernel argument parsing into its own function v2
Tom Stellard
2014-10-16
1
-81
/
+92
*
st/mesa: use pipe_sampler_view_release for releasing sampler views
Marek Olšák
2014-10-16
6
-13
/
+18
*
mesa: Drop the "target" parameter from NewBufferObject().
Kenneth Graunke
2014-10-16
11
-26
/
+21
*
glsl: Update and fix typos in README.
Andres Gomez
2014-10-16
1
-8
/
+8
*
i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified
Chris Forbes
2014-10-16
1
-0
/
+2
*
mesa: Mark buffer objects that are used as atomic counter buffers
Chris Forbes
2014-10-16
2
-0
/
+2
*
i965/disasm: Add missing message type for Gen7 DP untyped surface read
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Correctly use ABO count to trigger flagging of new surfaces.
Chris Forbes
2014-10-16
1
-1
/
+1
*
i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER
Chris Forbes
2014-10-16
1
-2
/
+1
*
i965: Dirty state in BO reallocation based on usage history
Chris Forbes
2014-10-16
1
-1
/
+4
*
i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes
Chris Forbes
2014-10-16
1
-0
/
+1
*
i965: Add new dirty flag for new TexBOs.
Chris Forbes
2014-10-16
3
-0
/
+4
*
mesa: Mark buffer objects that are used as TexBOs
Chris Forbes
2014-10-16
2
-0
/
+9
*
mesa: Mark buffer objects which are bound as UBOs
Chris Forbes
2014-10-16
1
-0
/
+6
*
mesa: Add usage history bitfield to buffer objects
Chris Forbes
2014-10-16
1
-0
/
+9
*
vc4: correctly include the source files
Emil Velikov
2014-10-16
2
-3
/
+1
*
i965/fs: don't make a fake ir_texture in the Mesa IR frontend
Connor Abbott
2014-10-15
1
-14
/
+5
*
i965/fs: Refactor the texture emission logic into a single function.
Kenneth Graunke
2014-10-15
3
-104
/
+144
*
i965/fs: Make gather_channel() not use ir_texture.
Connor Abbott
2014-10-15
2
-5
/
+4
*
i965/fs: Make swizzle_result() not use ir_texture.
Connor Abbott
2014-10-15
3
-8
/
+9
*
i965/fs: fix integer textures with swizzles
Connor Abbott
2014-10-15
1
-0
/
+1
*
i965/fs: don't pass in ir_texture to emit_texture_*
Connor Abbott
2014-10-15
3
-24
/
+23
*
i965/fs: don't use ir->type in emit_texture_gen4()
Connor Abbott
2014-10-15
1
-4
/
+1
*
i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*.
Connor Abbott
2014-10-15
3
-18
/
+31
*
i965/fs: Don't use ir->coordinate in emit_texture_*.
Connor Abbott
2014-10-15
3
-31
/
+39
*
i965/fs: make rescale_texcoord() not use ir_texture.
Connor Abbott
2014-10-15
3
-8
/
+8
*
i965/fs: Make emit_mcs_fetch() not use ir_texture.
Connor Abbott
2014-10-15
2
-4
/
+4
*
i965/fs: Rename "length" to "components" in emit_mcs_fetch().
Kenneth Graunke
2014-10-15
1
-6
/
+6
*
i965: Make brw_texture_offset() not use ir_texture.
Connor Abbott
2014-10-15
4
-12
/
+15
*
i965/fs: don't use ir->offset in emit_texture_gen5.
Connor Abbott
2014-10-15
3
-5
/
+8
*
i965/fs: Move texel offset handling to visit(ir_texture *).
Kenneth Graunke
2014-10-15
3
-11
/
+29
*
i965: Drop ir->op != ir_txf condition in offset checking.
Kenneth Graunke
2014-10-15
2
-4
/
+3
*
i965: Restore a lost comment about TXF offset bugs.
Kenneth Graunke
2014-10-15
1
-0
/
+5
*
freedreno/ir3: large const support
Rob Clark
2014-10-15
5
-13
/
+33
*
freedreno: update generated headers
Rob Clark
2014-10-15
4
-5
/
+10
*
freedreno: fix layer_stride
Rob Clark
2014-10-15
1
-1
/
+1
*
freedreno: inline fd_draw_emit()
Rob Clark
2014-10-15
2
-49
/
+47
*
freedreno/ir3: optimize shader key comparision
Rob Clark
2014-10-15
5
-40
/
+79
*
freedreno/a3xx: refactor/optimize emit
Rob Clark
2014-10-15
7
-83
/
+125
*
freedreno/a3xx: refactor vertex state emit
Rob Clark
2014-10-15
11
-79
/
+83
*
vc4: Fix the uniform debug output.
Eric Anholt
2014-10-15
1
-1
/
+1
*
vc4: Add support for user clip plane and gl_ClipVertex.
Eric Anholt
2014-10-15
5
-4
/
+91
*
vc4: Move the output semantics setup to a helper.
Eric Anholt
2014-10-15
1
-16
/
+28
[prev]
[next]