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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: implement SAMPLEPOS fragment shader input
Marek Olšák
2014-06-02
5
-0
/
+76
*
radeonsi: implement SAMPLEID fragment shader input
Marek Olšák
2014-06-02
1
-1
/
+17
*
radeonsi: implement set_min_samples
Marek Olšák
2014-06-02
4
-2
/
+36
*
radeon: add basic register setup for per-sample shading
Marek Olšák
2014-06-02
4
-9
/
+13
*
radeon: split cayman_emit_msaa_state into 2 functions
Marek Olšák
2014-06-02
4
-14
/
+22
*
r600g: use TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
9
-9
/
+72
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
12
-0
/
+13
*
r600g: remove assert on draw with count == 0
Christoph Bumiller
2014-06-02
1
-1
/
+0
*
r600g: HW bug workaround for TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
3
-4
/
+22
*
r600g: implement TGSI_OPCODE_BREAKC
Christoph Bumiller
2014-06-02
1
-1
/
+24
*
r600g: support all channels of TGSI_FILE_ADDRESS
Christoph Bumiller
2014-06-02
1
-28
/
+58
*
r600g: check for PIPE_BIND_BLENDABLE in is_format_supported
Christoph Bumiller
2014-06-02
2
-0
/
+18
*
r600g: handle PIPE_QUERY_GPU_FINISHED
Christoph Bumiller
2014-06-02
1
-0
/
+9
*
llvmpipe: (trivial) drop "unswizzled" from some function names
Roland Scheidegger
2014-05-31
2
-28
/
+30
*
llvmpipe: fix crash when not all attachments are populated in a fb
Roland Scheidegger
2014-05-31
1
-3
/
+9
*
softpipe: honor the render_condition_enable bit in blits.
Roland Scheidegger
2014-05-31
1
-0
/
+3
*
llvmpipe: honor the render_condition_enable bit in blits.
Roland Scheidegger
2014-05-31
1
-0
/
+3
*
svga: use svga_shader_too_large() in compile_vs()
Brian Paul
2014-05-31
1
-8
/
+36
*
svga: use svga_shader_too_large() in compile_fs()
Brian Paul
2014-05-31
1
-3
/
+1
*
svga: added svga_shader_too_large() helper
Brian Paul
2014-05-31
1
-0
/
+21
*
i915g: Support B5G5R5A1 render targets and textures
Stéphane Marchesin
2014-05-28
1
-0
/
+2
*
i915g: Support R4G4B4A4 render targets and textures
Stéphane Marchesin
2014-05-28
1
-0
/
+2
*
i915g: Fix copy region code
Stéphane Marchesin
2014-05-28
1
-34
/
+14
*
nvc0/ir: use SM35 ISA with GK20A
Alexandre Courbot
2014-05-27
3
-7
/
+12
*
nvc0: add GK20A 3D class
Alexandre Courbot
2014-05-27
2
-1
/
+9
*
radeon/vce: implement non-referenced frames
Leo Liu
2014-05-27
2
-3
/
+5
*
i915g: Fix shader disasm code
Stéphane Marchesin
2014-05-26
1
-1
/
+0
*
i915g: Fallback to sw for npot copies
Stéphane Marchesin
2014-05-26
1
-2
/
+3
*
i915g: handle more formats in copy
Stéphane Marchesin
2014-05-26
3
-11
/
+91
*
nvc0: implement clear_buffer
Tobias Klausmann
2014-05-26
1
-0
/
+141
*
nvc0: revert mistaken logic to collapse color outputs to the beginning
Ilia Mirkin
2014-05-26
1
-9
/
+4
*
freedreno/a3xx: texture fixes
Rob Clark
2014-05-26
1
-1
/
+3
*
freedreno: update generated headers
Rob Clark
2014-05-26
4
-5
/
+7
*
freedreno: few caps fixes
Rob Clark
2014-05-26
2
-4
/
+8
*
nv50: count wrapped textures towards the tex_obj count
Joakim Sindholt
2014-05-23
1
-0
/
+2
*
nvc0: assert that we have vertex elements state
Christoph Bumiller
2014-05-23
1
-0
/
+1
*
nvc0: use PRIxPTR for sizeof()
Christoph Bumiller
2014-05-23
1
-1
/
+1
*
nv50,nvc0: allow 15,16,30 bpp display formats
Christoph Bumiller
2014-05-23
1
-4
/
+4
*
nv50,nvc0: handle guard band defines
Christoph Bumiller
2014-05-23
2
-4
/
+16
*
nv50/ir/tgsi: optimize KIL
Christoph Bumiller
2014-05-23
1
-0
/
+5
*
nv50/ir: fix lowering of predicated instructions (without defs)
Christoph Bumiller
2014-05-23
1
-1
/
+4
*
nv50/ir/opt: fix constant folding with saturate modifier
Christoph Bumiller
2014-05-23
1
-1
/
+3
*
nv50/ir/tgsi: TGSI_OPCODE_POW replicates its result
Christoph Bumiller
2014-05-23
1
-1
/
+5
*
nv50,nvc0: set constbufs dirty on pipe context switch
Christoph Bumiller
2014-05-23
2
-0
/
+5
*
nv50: setup scissors on clear_render_target/depth_stencil
Christoph Bumiller
2014-05-23
1
-2
/
+18
*
nv50,nvc0: always pull out bufctx on context destruction
Christoph Bumiller
2014-05-23
2
-9
/
+7
*
freedreno/a3xx: fix blend opcode
Rob Clark
2014-05-21
8
-54
/
+83
*
freedreno/a3xx: fix depth/stencil gmem restore
Rob Clark
2014-05-21
1
-1
/
+1
*
freedreno/a3xx: fix depth/stencil GMEM positioning
Rob Clark
2014-05-21
1
-12
/
+18
*
freedreno: update generated headers
Rob Clark
2014-05-21
4
-5
/
+5
[next]