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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
5
-16
/
+42
*
i965: Fix reference counting in new basevertex upload code.
Kenneth Graunke
2014-09-12
1
-0
/
+3
*
freedreno: "fix" problems with excessive flushes
Rob Clark
2014-09-12
5
-27
/
+14
*
r600g,radeonsi: add debug option which forces DMA for copy_region and blit
Marek Olšák
2014-09-12
11
-21
/
+52
*
freedreno/ir3: implement UMUL correctly
Ilia Mirkin
2014-09-12
1
-1
/
+48
*
freedreno/ir3: fix UCMP handling
Ilia Mirkin
2014-09-12
1
-37
/
+39
*
freedreno/ir3: add TXL support
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: add missing put_dst
Rob Clark
2014-09-12
1
-0
/
+1
*
freedreno/ir3: catch incorrect usage of tmp-dst
Rob Clark
2014-09-12
1
-0
/
+15
*
freedreno/ir3: use unsigned comparison for UIF
Ilia Mirkin
2014-09-12
1
-4
/
+4
*
freedreno/ir3: negate result of USLT/etc
Ilia Mirkin
2014-09-12
1
-8
/
+15
*
freedreno/ir3: add UARL support
Ilia Mirkin
2014-09-12
1
-2
/
+4
*
freedreno/ir3: INEG operates on src0, not src1
Ilia Mirkin
2014-09-12
1
-1
/
+3
*
freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0
Ilia Mirkin
2014-09-12
1
-4
/
+8
*
freedreno/a3xx: alpha render-target shenanigans
Rob Clark
2014-09-12
4
-2
/
+34
*
util/u_format: add _is_alpha()
Rob Clark
2014-09-12
2
-0
/
+19
*
freedreno/a3xx: format fixes
Rob Clark
2014-09-12
3
-5
/
+20
*
freedreno: update generated headers
Rob Clark
2014-09-12
4
-4
/
+6
*
freedreno/a3xx: handle rendering to layer != 0
Rob Clark
2014-09-12
1
-2
/
+12
*
mesa: fix _mesa_free_pipeline_data() use-after-free bug
Brian Paul
2014-09-12
1
-2
/
+2
*
ra: assert against unsigned underflow in q_total
Connor Abbott
2014-09-12
1
-0
/
+1
*
ra: note a restriction in the interfence graph API
Connor Abbott
2014-09-12
1
-1
/
+4
*
r300g: set register classes before interferences
Connor Abbott
2014-09-12
1
-2
/
+4
*
gallium/util: add missing u_debug include
Andreas Boll
2014-09-12
1
-0
/
+1
*
ilo: fix builder size checks for BLT buffer clear/copy
Chia-I Wu
2014-09-12
1
-4
/
+8
*
ilo: reduce BLT function parameters
Chia-I Wu
2014-09-12
2
-142
/
+171
*
ilo: clean up BLT functions
Chia-I Wu
2014-09-12
2
-104
/
+91
*
ilo: clean up MI functions
Chia-I Wu
2014-09-12
3
-40
/
+45
*
ilo: move BLT functions to ilo_builder_blt.h
Chia-I Wu
2014-09-12
3
-257
/
+296
*
ilo: move MI functions to ilo_builder_mi.h
Chia-I Wu
2014-09-12
8
-168
/
+192
*
ilo: add ILO_DEV_ASSERT()
Chia-I Wu
2014-09-12
5
-113
/
+118
*
ilo: use an accessor for dev->gen
Chia-I Wu
2014-09-12
24
-171
/
+198
*
ilo: add GEN_EXTRACT() and GEN_SHIFT32()
Chia-I Wu
2014-09-12
4
-133
/
+142
*
ilo: remove ILO_GEN_GET_MAJOR()
Chia-I Wu
2014-09-12
1
-1
/
+0
*
ilo: careful with empty fb state in ilo_gpe_set_fb()
Chia-I Wu
2014-09-12
2
-1
/
+6
*
nv50,nvc0: enable ARB_texture_view
Ilia Mirkin
2014-09-12
4
-6
/
+6
*
mesa/st: add ARB_texture_view support
Ilia Mirkin
2014-09-12
6
-18
/
+105
*
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
17
-0
/
+20
*
nouveau: only enable stencil func if the visual has stencil bits
Ilia Mirkin
2014-09-12
2
-2
/
+2
*
nouveau: only enable the depth test if there actually is a depth buffer
Ilia Mirkin
2014-09-12
5
-4
/
+9
*
nouveau: remove unneeded assert
Maarten Lankhorst
2014-09-11
1
-1
/
+0
*
nouveau: rework reference frame handling
Maarten Lankhorst
2014-09-11
3
-4
/
+37
*
nouveau: fix MPEG4 hw decoding
Maarten Lankhorst
2014-09-11
1
-3
/
+3
*
nouveau: re-allocate bo's on overflow
Maarten Lankhorst
2014-09-11
4
-11
/
+87
*
ilo: fix a compile error with -Werror=format-security
Chia-I Wu
2014-09-12
1
-1
/
+1
*
i965/vec4: Only examine virtual_grf_end for GRF sources
Ian Romanick
2014-09-11
1
-8
/
+12
*
st/mesa: handle failed context creation for core profile
Brian Paul
2014-09-11
2
-34
/
+53
*
i965: Implement GL_PRIMITIVES_GENERATED with non-zero streams.
Iago Toral Quiroga
2014-09-11
1
-4
/
+9
*
radeon/uvd: use PIPE_USAGE_STAGING for msg&fb buffers
Christian König
2014-09-11
1
-1
/
+1
*
radeon/video: use the hw to initial clear the buffers
Christian König
2014-09-11
3
-10
/
+8
[next]