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
*
gallium/tests: declare sampler views in shaders
Brian Paul
2016-03-21
3
-0
/
+3
*
gallium/util: declare sampler view in util_make_fs_blit_msaa_depthstencil()
Brian Paul
2016-03-21
1
-1
/
+2
*
postprocess: declare sampler views in shaders
Brian Paul
2016-03-21
2
-0
/
+9
*
hud: add sampler view declaration in text fragment shader
Brian Paul
2016-03-21
1
-0
/
+1
*
st/mesa: emit sampler view decls in drawpixels code
Brian Paul
2016-03-21
2
-1
/
+19
*
st/mesa: emit sampler view declaration in bitmap shader
Brian Paul
2016-03-21
1
-0
/
+4
*
st/mesa: emit sampler view declarations for ARB vert/frag programs
Brian Paul
2016-03-21
1
-0
/
+22
*
st/mesa: use correct TGSI texture target in drawpix fragment shader
Brian Paul
2016-03-21
3
-4
/
+11
*
st/mesa: use correct TGSI texture target in bitmap fragment shader
Brian Paul
2016-03-21
3
-3
/
+11
*
gallium/tgsi: pass TGSI tex target to tgsi_transform_tex_inst()
Brian Paul
2016-03-21
5
-24
/
+27
*
st/mesa: use the texture view's format for render-to-texture
Nicolai Hähnle
2016-03-21
1
-7
/
+15
*
gallium: Remove unused TGSI_RESOURCE_ defines
Hans de Goede
2016-03-21
1
-9
/
+0
*
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
2016-03-21
1
-9
/
+18
*
nouveau: codegen: Disable more old resource handling code
Hans de Goede
2016-03-21
1
-3
/
+12
*
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
2016-03-21
1
-3
/
+1
*
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
2016-03-21
1
-6
/
+6
*
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
2016-03-21
1
-3
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
8
-26
/
+51
*
tgsi: Fix decl.Atomic and .Shared not propagating when parsing tgsi text
Hans de Goede
2016-03-21
1
-0
/
+6
*
doc: document spilling options accepted by INTEL_DEBUG
Iago Toral Quiroga
2016-03-21
1
-0
/
+2
*
tgsi: Fix return of uninitialized memory in tgsi_*_instruction_memory
Hans de Goede
2016-03-20
1
-0
/
+4
*
st/mesa: report correct precision information for low/medium/high ints
Ilia Mirkin
2016-03-20
1
-0
/
+7
*
st/omx/dec: Correct the timestamping
Nishanth Peethambaran
2016-03-20
4
-8
/
+34
*
st/omx: Remove trailing spaces
Nishanth Peethambaran
2016-03-20
3
-31
/
+31
*
nv50/ir: fix indirect texturing for non-array textures on nvc0
Ilia Mirkin
2016-03-20
1
-3
/
+7
*
st/mesa: only minify depth for 3d targets
Ilia Mirkin
2016-03-20
1
-1
/
+4
*
nv50/ir: normalize cube coordinates after derivatives have been computed
Ilia Mirkin
2016-03-20
4
-15
/
+84
*
gallium/radeon: remove remnants of R600 TGSI->LLVM
Marek Olšák
2016-03-20
2
-20
/
+0
*
r600g: flatten if (1) statement after removal of TGSI->LLVM
Marek Olšák
2016-03-20
1
-81
/
+79
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
10
-1121
/
+90
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
20
-476
/
+23
*
radeonsi: process TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
2
-3
/
+33
*
st/mesa: set TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+36
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
5
-1
/
+32
*
nvc0/ir: Use double constant in handleSQRT
Pierre Moreau
2016-03-19
1
-1
/
+1
*
mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO.
Kenneth Graunke
2016-03-19
1
-0
/
+17
*
nv50/ir: force-enable derivatives on TXD ops
Ilia Mirkin
2016-03-19
2
-1
/
+4
*
nv50: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-19
2
-3
/
+3
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
8
-44
/
+73
*
nv50/ir: make use of auxCBSlot instead of magic numbers
Samuel Pitoiset
2016-03-19
2
-2
/
+4
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
6
-16
/
+10
*
nv50/ir: fix compilation warning in handleSharedATOM()
Samuel Pitoiset
2016-03-19
1
-0
/
+1
*
nv50,nvc0: Fix invalid constant.
Vinson Lee
2016-03-18
1
-1
/
+1
*
mesa: Do proper format error checks for GenerateMipmap in ES 3.x.
Kenneth Graunke
2016-03-18
1
-0
/
+14
*
mesa: Add color renderable/texture filterable format info for ES 3.x.
Kenneth Graunke
2016-03-18
2
-0
/
+90
*
i965: Stop XY clipping point and line primitives.
Kenneth Graunke
2016-03-18
1
-1
/
+7
*
i965: Scissor to the viewport when rendering points/lines.
Kenneth Graunke
2016-03-18
2
-5
/
+8
*
i965: Include the viewport in the scissor rectangle.
Kenneth Graunke
2016-03-18
1
-4
/
+4
*
i965: Introduce an is_drawing_lines() helper.
Kenneth Graunke
2016-03-18
1
-0
/
+30
*
i965: Move is_drawing_points to brw_state.h.
Kenneth Graunke
2016-03-18
2
-24
/
+24
[next]