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
Commit message (
Expand
)
Author
Age
Files
Lines
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
16
-23
/
+37
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
16
-23
/
+15
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
3
-2
/
+4
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
16
-19
/
+29
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
21
-23
/
+32
*
u_upload_mgr: rework the application of alignment
Marek Olšák
2016-01-02
1
-10
/
+14
*
nv50,nvc0: make sure there's pushbuf space and that we ref the bo early
Ilia Mirkin
2016-01-01
4
-6
/
+5
*
nvc0: Set winding order regardless of domain.
Kenneth Graunke
2015-12-30
1
-2
/
+4
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
13
-15
/
+73
*
gallium: add a drawid to pipe_draw_info
Ilia Mirkin
2015-12-30
1
-0
/
+2
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
16
-2
/
+19
*
gallium: add baseinstance/drawid semantics
Ilia Mirkin
2015-12-30
3
-1
/
+18
*
nv50/ir: attempt to do more constant folding on mad -> add conversion
Ilia Mirkin
2015-12-30
1
-11
/
+10
*
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2015-12-29
1
-8
/
+4
*
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
2015-12-29
1
-0
/
+3
*
radeonsi: add RADEON_REPLACE_SHADERS debug option
Nicolai Hähnle
2015-12-29
3
-5
/
+105
*
radeonsi: count compilations in si_compile_llvm
Nicolai Hähnle
2015-12-29
2
-1
/
+2
*
gallium/util: add DEBUG_GET_ONCE_OPTION
Nicolai Hähnle
2015-12-29
1
-0
/
+13
*
r600: fix constant buffer size programming
Grazvydas Ignotas
2015-12-29
2
-2
/
+2
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
7
-26
/
+25
*
nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion
Ilia Mirkin
2015-12-27
1
-0
/
+2
*
nv50,nvc0: add a note when converting vertex elements using CPU
Ilia Mirkin
2015-12-27
2
-0
/
+6
*
gallium/auxiliary: don't build NIR sources with MSVC2008 flags
Connor Abbott
2015-12-23
2
-7
/
+15
*
freedreno/ir3: spelling..
Rob Clark
2015-12-23
1
-6
/
+6
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
2
-0
/
+9
*
nouveau: enable use of new kernel interfaces
Ben Skeggs
2015-12-22
1
-2
/
+0
*
nvc0: remove use of deprecated sw class identifier
Ben Skeggs
2015-12-22
1
-3
/
+5
*
nv50: fix g98+ vdec class allocation
Ben Skeggs
2015-12-22
1
-6
/
+51
*
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
2015-12-22
3
-8
/
+28
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
5
-25
/
+33
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
5
-11
/
+11
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
7
-12
/
+15
*
nouveau: remove use of deprecated nouveau_device::fd
Ben Skeggs
2015-12-22
3
-1
/
+3
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
3
-12
/
+15
*
radeonsi: fix viewport clipping handling. (v2)
Dave Airlie
2015-12-22
1
-1
/
+4
*
r600: drop VTX_CNT_EN write from initial state
Dave Airlie
2015-12-22
1
-8
/
+4
*
gallium/radeon: fix regression in a number of driver queries
Nicolai Hähnle
2015-12-21
1
-3
/
+3
*
vc4: Do instruction scheduling on the QIR to hide texture fetch latency.
Eric Anholt
2015-12-18
4
-0
/
+624
*
vc4: Fix latency handling for QPU texture scheduling.
Eric Anholt
2015-12-18
1
-32
/
+50
*
vc4: Keep sample mask writes from being reordered after TLB writes
Eric Anholt
2015-12-18
1
-1
/
+2
*
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
2015-12-18
1
-1
/
+1
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
1
-1
/
+3
*
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
2015-12-18
1
-2
/
+3
*
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
Roland Scheidegger
2015-12-18
1
-0
/
+1
*
draw: fix clip test with NaNs
Roland Scheidegger
2015-12-18
2
-14
/
+18
*
draw: fix pstipple and aaline stages wrt sampler_views/samplers
Roland Scheidegger
2015-12-18
2
-7
/
+9
*
configure.ac: use pkg-config for libelf
Jonathan Gray
2015-12-17
2
-3
/
+7
*
nv50: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
2015-12-16
1
-0
/
+5
*
st/osmesa: add OSMesaCreateContextAttribs() function
Brian Paul
2015-12-16
1
-3
/
+93
*
svga: don't use debug code in update_state() in release builds
Brian Paul
2015-12-16
1
-0
/
+4
[next]