index
:
~abj/mesa
GATHER
broadwell_rs_gather_constants
broadwell_rs_hw_bt_only
cont4
contiguous_uniforms
contiguous_uniforms2
contiguous_uniforms4
finegrained
gather_uniform_rework
master
no_intermediate_uniform_constbuffer
rs_gather_constants0
rs_gather_constants1
rs_gather_constants_NIR
rs_gather_constants_ue4_fix
rs_separate_state_setup
same_batch_cached_surf_states
sat_fix
Abj's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-03
gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitly
Marek Olšák
2
-6
/
+41
2015-09-03
u_upload_mgr: remove the return value from u_upload_data
Marek Olšák
4
-25
/
+22
2015-09-03
u_upload_mgr: remove the return value from u_upload_buffer
Marek Olšák
2
-31
/
+18
2015-09-03
u_upload_mgr: remove the return value from u_upload_alloc_buffer
Marek Olšák
1
-11
/
+9
2015-09-03
u_upload_mgr: remove the return value from u_upload_alloc
Marek Olšák
7
-44
/
+48
2015-09-03
u_upload_mgr: optimize u_upload_alloc
Marek Olšák
1
-15
/
+17
2015-09-03
gallium/radeon: remove 'dirty' member from r600_atom
Grazvydas Ignotas
4
-6
/
+1
2015-09-03
r600g: simplify dirty atom tracking
Grazvydas Ignotas
3
-49
/
+14
2015-09-03
r600g: start numbering atoms from 1
Grazvydas Ignotas
3
-3
/
+3
2015-09-03
r600g: make all viewport states use single atom
Grazvydas Ignotas
6
-34
/
+38
2015-09-03
r600g: apply disable workaround on all scissors
Grazvydas Ignotas
2
-9
/
+14
2015-09-03
r600g: make all scissor states use single atom
Grazvydas Ignotas
6
-40
/
+62
2015-09-03
mesa/pbo: Handle zero width, height or depth when validating access
Neil Roberts
1
-0
/
+6
2015-09-03
glsl: Remove unused total_attribs_size variable.
Kenneth Graunke
1
-1
/
+0
2015-09-02
glsl: Handle attribute aliasing in attribute storage limit check.
Kenneth Graunke
1
-28
/
+36
2015-09-02
i965/meta: Fix typo in comment
Ian Romanick
1
-1
/
+1
2015-09-02
mesa: Don't allow wrong type setters for matrix uniforms
Ian Romanick
1
-0
/
+25
2015-09-02
mesa: Pass the type to _mesa_uniform_matrix as a glsl_base_type
Ian Romanick
3
-42
/
+42
2015-09-02
mesa: Silence unused parameter warnings in bufferobj.c
Ian Romanick
1
-0
/
+2
2015-09-02
mesa: Remove target parameter from _mesa_handle_bind_buffer_gen
Ian Romanick
3
-7
/
+4
2015-09-02
i965: Make gen7_enable_hw_binding_tables static
Ian Romanick
2
-2
/
+1
2015-09-02
i965: Make gen8_upload_state_base_address static
Ian Romanick
2
-5
/
+2
2015-09-02
linker: Silence GCC unused parameter warnings
Ian Romanick
1
-14
/
+13
2015-09-02
mesa: Fix warning about static being in the wrong place
Ian Romanick
5
-6
/
+6
2015-09-02
i965/cs: Setup push constant data for uniforms
Jordan Justen
5
-5
/
+138
2015-09-02
meta: Save/restore compute shaders
Jordan Justen
1
-2
/
+4
2015-09-02
svga: fix referencing a NULL framebuffer cbuf
Charmaine Lee
1
-2
/
+2
2015-09-02
svga: increment texture age when surface is to be marked as dirty
Charmaine Lee
1
-7
/
+6
2015-09-02
svga: fix backed surface view regression
Charmaine Lee
4
-17
/
+46
2015-09-02
i965/fs: Handle MRF destinations in lower_integer_multiplication().
Matt Turner
1
-4
/
+4
2015-09-02
docs: document VMware OpenGL 3.3 support
Brian Paul
1
-0
/
+35
2015-09-02
svga: update driver for version 10 GPU interface
Brian Paul
64
-2369
/
+8655
2015-09-02
svga: add new version 10 device command prototypes
Brian Paul
1
-0
/
+333
2015-09-02
svga: add new svga_streamout.h file
Brian Paul
1
-0
/
+50
2015-09-02
svga: add new svga_state_tgsi_transform.c file
Brian Paul
1
-0
/
+293
2015-09-02
svga: add new svga_state_sampler.c file
Brian Paul
1
-0
/
+339
2015-09-02
svga: add new svga_state_gs.c file
Brian Paul
1
-0
/
+264
2015-09-02
svga: add new svga_pipe_streamout.c file
Brian Paul
1
-0
/
+320
2015-09-02
svga: add new svga_pipe_gs.c file
Brian Paul
1
-0
/
+142
2015-09-02
svga: add new svga_link.[ch] files
Brian Paul
2
-0
/
+140
2015-09-02
svga: add new svga_cmd_vgpu10.c file
Brian Paul
1
-0
/
+1289
2015-09-02
svga: add new svga_tgsi_vgpu10.c file
Brian Paul
1
-0
/
+6778
2015-09-02
svga: remove unused SVGA3D_* command functions
Brian Paul
2
-156
/
+0
2015-09-02
gallium/st: add pipe_context::get_timestamp()
Brian Paul
2
-2
/
+18
2015-09-02
svga/winsys: Add support for VGPU10
Brian Paul
22
-134
/
+473
2015-09-02
svga: update the svga3d device header files
Brian Paul
11
-1043
/
+2206
2015-09-02
svga: add new version 10 device header files
Brian Paul
2
-0
/
+2010
2015-09-02
winsys/svga: add new vmw_query.c[h] files
Brian Paul
3
-1
/
+214
2015-09-02
meta: Compute correct buffer size with SkipRows/SkipPixels
Chris Wilson
1
-15
/
+30
2015-09-02
i965/vec4: fill src_reg type using the constructor type parameter
Alejandro Piñeiro
1
-0
/
+2
[prev]
[next]