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
/
softpipe
/
sp_state_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
softpipe: fix release build unused variable warning
Grazvydas Ignotas
2016-12-10
1
-1
/
+1
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
softpipe: add support for compute shaders. (v2)
Dave Airlie
2016-04-27
1
-0
/
+53
*
util/pstipple: allow fragment shader POSITION to be a system value
Marek Olšák
2016-01-08
1
-1
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-2
/
+2
*
gallium/u_pstipple: add ability to specify a fixed texture unit
Marek Olšák
2015-02-04
1
-1
/
+1
*
softpipe: use the tgsi_free_tokens() function
Brian Paul
2014-10-31
1
-6
/
+6
*
util: simplify util_pstipple_create_fragment_shader() params
Brian Paul
2014-10-31
1
-18
/
+15
*
softpipe: remove unused softpipe_create_fs_variant_exec() parameter
Brian Paul
2014-10-31
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
softpipe: use new softpipe_resource_data() accessor
Brian Paul
2013-07-31
1
-1
/
+1
*
softpipe: don't ignore pipe_constant_buffer::buffer_offset
Brian Paul
2013-07-31
1
-3
/
+5
*
softpipe: fix streamout with an emptry geometry shader
Zack Rusin
2013-04-22
1
-12
/
+16
*
softpipe: fix up FS variant unbinding / deletion
Brian Paul
2012-12-19
1
-9
/
+1
*
softpipe: fix softpipe_delete_fs_state() failed assertion
Brian Paul
2012-08-10
1
-2
/
+4
*
softpipe: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-2
/
+15
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-4
/
+1
*
softpipe: fix memory leaks
Morgan Armand
2011-11-07
1
-0
/
+3
*
softpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
Brian Paul
2011-10-04
1
-0
/
+2
*
softpipe: Use memory allocation macros.
José Fonseca
2011-09-25
1
-2
/
+2
*
softpipe: use the polygon stipple utility module
Brian Paul
2011-07-21
1
-1
/
+16
*
softpipe: implement fragment shader variants
Brian Paul
2011-07-21
1
-19
/
+95
*
softpipe: use tgsi_shader_info fields for fragcoord origin, center, etc.
Brian Paul
2011-07-21
1
-9
/
+0
*
softpipe: remove redundant draw_flush() call
Brian Paul
2011-02-28
1
-2
/
+0
*
softpipe: add support for color writes all color bufs property
Dave Airlie
2010-12-24
1
-0
/
+2
*
softpipe: make shader-related functions static
Brian Paul
2010-09-25
1
-35
/
+55
*
softpipe: rename sp_state_fs.c -> sp_state_shader.c
Brian Paul
2010-09-25
1
-0
/
+281