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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/tests: use pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
8
-9
/
+13
*
gallium/tools: update dump_state.py to use bind_sampler_states()
Brian Paul
2013-10-03
1
-8
/
+3
*
nouveau: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
6
-2
/
+76
*
softpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
3
-0
/
+49
*
svga: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
trace: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-28
/
+42
*
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+34
*
noop: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+7
*
llvmpipe: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
ilo: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+21
*
identity: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-15
/
+21
*
i915g: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+22
*
galahad: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-12
/
+18
*
clover: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-2
/
+7
*
vl: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
7
-8
/
+49
*
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-6
/
+22
*
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
2
-7
/
+97
*
cso: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-21
/
+44
*
gallium: add pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+5
*
r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states
Brian Paul
2013-10-03
1
-4
/
+4
*
draw: rename bind_sampler_states variables
Brian Paul
2013-10-03
2
-19
/
+19
*
r600g: fix ínitialization of non_disp_tiling flag
Marek Olšák
2013-10-03
1
-4
/
+5
*
r600g,radeonsi: create aux_context last
Marek Olšák
2013-10-03
3
-2
/
+6
*
r300g/swtcl: don't call draw_prepare_shader_outputs
Marek Olšák
2013-10-03
1
-1
/
+0
*
st/mesa: silence warning about unhandled enum in switch statement
Brian Paul
2013-10-03
1
-0
/
+3
*
mesa: fix make check for ARB_texture_gather
Chris Forbes
2013-10-03
4
-5
/
+8
*
i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader.
Chris Forbes
2013-10-03
2
-8
/
+11
*
i965: Enable ARB_texture_gather on Gen7
Chris Forbes
2013-10-03
2
-0
/
+5
*
i965: use gather slots in the binding table for gather4.
Chris Forbes
2013-10-03
2
-4
/
+12
*
i965: Emit a second set of SURFACE_STATE for gather4 from textures.
Chris Forbes
2013-10-03
3
-8
/
+39
*
i965: make room in the binding table for a full alternate set of surface_states
Chris Forbes
2013-10-03
1
-2
/
+18
*
i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a
Chris Forbes
2013-10-03
2
-0
/
+2
*
i965: w/a for gather4 green RG32F
Chris Forbes
2013-10-03
4
-0
/
+22
*
glsl: flag shaders which use gather4 at all
Chris Forbes
2013-10-03
2
-0
/
+11
*
i965/vs: Add support for ir_tg4
Chris Forbes
2013-10-03
2
-2
/
+45
*
i965/fs: Add support for ir_tg4
Chris Forbes
2013-10-03
2
-3
/
+60
*
i965: add SHADER_OPCODE_TG4
Chris Forbes
2013-10-03
6
-2
/
+17
*
glsl: add texture gather changes
Maxence Le Dore
2013-10-03
14
-4
/
+60
*
mesa: add texture gather changes
Maxence Le Dore
2013-10-03
8
-1
/
+36
*
i965: fix bogus swizzle in brw_cubemap_normalize
Chris Forbes
2013-10-03
1
-4
/
+6
*
r600/llvm: Adds support for MSAA
Vincent Lejeune
2013-10-02
3
-1
/
+54
*
r600g/llvm: Undef z and w component of 2D TXP inst
Vincent Lejeune
2013-10-02
1
-1
/
+2
*
r600g/llvm: fix txq for texture buffer
Vincent Lejeune
2013-10-02
3
-2
/
+9
*
i965: compute DDX in a subspan based only on top row
Chia-I Wu
2013-10-02
7
-8
/
+49
*
i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer
Chris Forbes
2013-10-02
1
-4
/
+4
*
ralloc: Remove the rzalloc-based new/delete operator definition macro.
Francisco Jerez
2013-10-01
1
-14
/
+12
*
st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
*
i965: Switch vec4_live_variables to the non-zeroing allocator.
Francisco Jerez
2013-10-01
1
-1
/
+1
[next]