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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: update PK2H/UP2H channel behavior info
Ilia Mirkin
2016-01-03
1
-8
/
+8
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
7
-12
/
+19
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
7
-10
/
+5
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
2
-1
/
+3
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
4
-5
/
+8
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
6
-6
/
+9
*
u_upload_mgr: rework the application of alignment
Marek Olšák
2016-01-02
1
-10
/
+14
*
gallium: add baseinstance/drawid semantics
Ilia Mirkin
2015-12-30
1
-0
/
+2
*
nir/builder: Add an init function that creates a simple shader for you
Jason Ekstrand
2015-12-29
1
-8
/
+4
*
gallium/util: add DEBUG_GET_ONCE_OPTION
Nicolai Hähnle
2015-12-29
1
-0
/
+13
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
1
-2
/
+1
*
gallium/auxiliary: don't build NIR sources with MSVC2008 flags
Connor Abbott
2015-12-23
2
-7
/
+15
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-0
/
+1
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
1
-1
/
+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
*
draw: handle edge flags in llvm path
Roland Scheidegger
2015-12-16
2
-26
/
+61
*
draw: don't set start_instance and instance id for pt emit
Roland Scheidegger
2015-12-16
1
-31
/
+31
*
draw: remove clip_vertex from vertex header
Roland Scheidegger
2015-12-15
5
-40
/
+54
*
draw: use clip_pos, not clip_vertex for the fake guardband xy point clipping
Roland Scheidegger
2015-12-15
1
-3
/
+3
*
draw: rename vertex header members
Roland Scheidegger
2015-12-15
6
-42
/
+46
*
draw: don't pretend have_clipdist is per-vertex
Roland Scheidegger
2015-12-15
5
-18
/
+20
*
draw: use position not clipVertex output for xyz view volume clipping
Roland Scheidegger
2015-12-15
1
-1
/
+10
*
util/blitter: minor formatting fixes
Brian Paul
2015-12-11
1
-5
/
+4
*
draw: don't assume fixed offset for data in struct vertex_info
Roland Scheidegger
2015-12-11
1
-5
/
+3
*
gallium/pb_bufmgr_cache: use the new pb_cache module
Marek Olšák
2015-12-11
1
-198
/
+34
*
gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager
Marek Olšák
2015-12-11
3
-0
/
+362
*
tgsi/scan: add flag colors_written
Marek Olšák
2015-12-11
2
-0
/
+4
*
draw: fix clipping with linear interpolated values and gl_ClipVertex
Roland Scheidegger
2015-12-11
1
-4
/
+4
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-24
/
+28
*
gallium/util: return correct number of bound vertex buffers
Patrick Rudolph
2015-12-10
1
-1
/
+7
*
gallium/util: Make u_prims_for_vertices() safe
Edward O'Callaghan
2015-12-09
1
-0
/
+3
*
llvmpipe: fix fp64 inputs to geom shader.
Dave Airlie
2015-12-09
1
-4
/
+12
*
gallium/util: check callback pointers for non-null in pipe_debug_message()
Brian Paul
2015-12-07
1
-3
/
+5
*
gallium: Remove redundant NULL ptr checks
Edward O'Callaghan
2015-12-06
2
-8
/
+5
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
41
-61
/
+61
*
gallium/auxiliary: Trivial code style cleanup
Edward O'Callaghan
2015-12-06
25
-91
/
+91
*
gallium/auxiliary: Fix zero integer literal to pointer comparison
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
gallium/util: fix pipe_debug_message macro to allow 0 args
Ilia Mirkin
2015-12-04
1
-1
/
+1
*
draw: fix clipping of layer/vp index outputs
Roland Scheidegger
2015-12-04
1
-139
/
+186
*
gallium/aux/util: Trivial, we already have format use it
Edward O'Callaghan
2015-12-03
1
-1
/
+1
*
automake: Fix typo in MSVC2008 compat flags.
Jose Fonseca
2015-12-03
1
-1
/
+1
*
ttn: Whitelist from -Werror=declaration-after-statement.
Jose Fonseca
2015-12-03
1
-0
/
+4
*
util/blitter: Fix "SO C90 forbids mixed declarations and code".
Jose Fonseca
2015-12-02
1
-2
/
+4
*
gallium/util: Fix util_blitter_clear_depth_stencil() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-4
/
+12
*
gallium/util: Fix util_blitter_clear_render_target() for num_layers>1
Edward O'Callaghan
2015-12-02
1
-3
/
+12
*
Remove Sun CC specific code.
Jose Fonseca
2015-12-02
1
-5
/
+5
*
vl/buffers: fixes vl_video_buffer_formats for RGBX
Julien Isorce
2015-11-30
1
-1
/
+1
*
auxiliary/vl/dri: fd management cleanups
Emil Velikov
2015-11-29
1
-2
/
+5
[next]