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
path:
root
/
src
/
gallium
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-32
/
+47
*
freedreno: little clean up in fd_create_surface
Serge Martin
2015-12-09
1
-15
/
+16
*
freedreno: change to goto fail
Serge Martin
2015-12-09
1
-4
/
+2
*
freedreno: fix bind_sampler_states when hwcso is NULL
Serge Martin
2015-12-09
3
-0
/
+9
*
freedreno/ir3: nir shader prints with 'disasm' debug option
Rob Clark
2015-12-05
1
-2
/
+2
*
freedreno/ir3: convert scheduler back to recursive algo
Rob Clark
2015-12-04
2
-127
/
+204
*
freedreno/ir3: don't reuse a0.x across blocks
Rob Clark
2015-12-04
1
-7
/
+14
*
freedreno/ir3: rename ir3_block::bd
Rob Clark
2015-12-04
3
-11
/
+11
*
freedreno/ir3: assign varying locations later
Rob Clark
2015-11-26
4
-29
/
+37
*
freedreno/ir3: use instr flag to mark unused instructions
Rob Clark
2015-11-26
4
-14
/
+24
*
freedreno/a4xx: rework vinterp/vpsrepl
Rob Clark
2015-11-26
1
-12
/
+36
*
freedreno/a3xx: rework vinterp/vpsrepl
Rob Clark
2015-11-26
1
-12
/
+37
*
freedreno/ir3: add support for a few gs5 ops
Ilia Mirkin
2015-11-23
1
-0
/
+27
*
freedreno/a4xx: add ARB_texture_query_lod support
Ilia Mirkin
2015-11-23
2
-6
/
+20
*
freedreno/a4xx: re-emit program on dirty framebuffer
Ilia Mirkin
2015-11-23
1
-1
/
+1
*
freedreno/a4xx: use a factor of 32767 for snorm8 blending
Ilia Mirkin
2015-11-23
1
-5
/
+34
*
freedreno/a4xx: only compute texture offset once for the view
Ilia Mirkin
2015-11-23
3
-13
/
+6
*
freedreno/a4xx: add ARB_texture_view support
Ilia Mirkin
2015-11-23
3
-8
/
+10
*
freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 support
Ilia Mirkin
2015-11-23
3
-3
/
+9
*
freedreno/a4xx: add ARB_texture_rgb10_a2ui support
Ilia Mirkin
2015-11-23
2
-2
/
+3
*
freedreno/a4xx: add astc formats
Ilia Mirkin
2015-11-23
2
-1
/
+39
*
freedreno/a4xx: support 16384 texels in buffer texture
Ilia Mirkin
2015-11-23
2
-5
/
+4
*
freedreno/a4xx: add ARB_texture_buffer_range support
Ilia Mirkin
2015-11-23
3
-15
/
+41
*
freedreno/a4xx: add polygon mode support
Ilia Mirkin
2015-11-23
4
-4
/
+26
*
nir: s/nir_type_unsigned/nir_type_uint
Jason Ekstrand
2015-11-23
1
-1
/
+1
*
freedreno/a4xx: disable blending and alphatest for integer rt0
Ilia Mirkin
2015-11-21
1
-2
/
+13
*
freedreno/a4xx: fix independent blend
Ilia Mirkin
2015-11-21
2
-2
/
+3
*
freedreno/a4xx: enable ARB_base_instance support
Ilia Mirkin
2015-11-21
1
-1
/
+1
*
freedreno/a4xx: set fetchsize in mem2gmem texture restore
Ilia Mirkin
2015-11-21
1
-1
/
+2
*
freedreno/a4xx: add 11_11_10_float vertex type support
Ilia Mirkin
2015-11-21
2
-1
/
+2
*
freedreno/a4xx: fix 3d texture setup
Ilia Mirkin
2015-11-21
3
-3
/
+7
*
freedreno/a4xx: only align slices in non-layer_first textures
Ilia Mirkin
2015-11-21
1
-2
/
+4
*
freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
Ilia Mirkin
2015-11-20
2
-4
/
+8
*
freedreno/a4xx: use hardware RGTC texture samplers
Ilia Mirkin
2015-11-20
6
-24
/
+19
*
freedreno/a4xx: hook up RGB565 format
Ilia Mirkin
2015-11-20
2
-1
/
+2
*
freedreno/a4xx: logic op handling
Ilia Mirkin
2015-11-20
6
-29
/
+35
*
freedreno/a4xx: add 16-bit unorm/snorm format texturing/rendering
Ilia Mirkin
2015-11-20
2
-25
/
+47
*
freedreno/a4xx: point regid to "red" even for alpha-only rb formats
Ilia Mirkin
2015-11-20
1
-7
/
+0
*
freedreno: always set all border colors
Ilia Mirkin
2015-11-20
1
-30
/
+8
*
freedreno/a4xx: fix dst_alpha blend for RGBX render targets
Ilia Mirkin
2015-11-20
3
-5
/
+32
*
freedreno/a4xx: add BPTC support
Ilia Mirkin
2015-11-20
2
-0
/
+8
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+3
*
freedreno/a4xx: fix 5_5_5_1 texture sampler format
Ilia Mirkin
2015-11-19
1
-1
/
+1
*
freedreno/a4xx: add depth clamp and halfz clip
Ilia Mirkin
2015-11-19
3
-4
/
+9
*
freedreno/a4xx: allow seamless cubemap filtering to be enabled per-texture
Ilia Mirkin
2015-11-19
3
-1
/
+3
*
freedreno/a4xx: support lod_bias
Ilia Mirkin
2015-11-19
2
-0
/
+7
*
freedreno/a4xx: add fake RGTC support (required for GL3)
Rob Clark
2015-11-18
3
-1
/
+22
*
freedreno/a4xx: add compressed texture formats
Rob Clark
2015-11-18
2
-2
/
+26
*
freedreno: update generated headers
Rob Clark
2015-11-18
5
-11
/
+37
*
freedreno: expose GLSL 140 and fake MSAA for GL3.0/3.1 support
Ilia Mirkin
2015-11-18
1
-2
/
+2
[next]