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
/
svga
/
svga_state_constants.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: add some const qualifiers
Brian Paul
2017-07-17
1
-3
/
+3
*
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
2017-06-27
1
-2
/
+4
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
svga: reduce unmapping/remapping of the default constant buffer
Brian Paul
2016-09-17
1
-6
/
+20
*
svga: s/unsigned/enum pipe_shader_type/
Brian Paul
2016-08-29
1
-6
/
+6
*
svga: eliminiate unnecessary constant buffer updates
Charmaine Lee
2016-04-25
1
-1
/
+1
*
svga: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-25
1
-1
/
+1
*
svga: optimize constant buffer uploads
Charmaine Lee
2016-03-21
1
-1
/
+11
*
svga: add a few more resource updates HUD query
Charmaine Lee
2016-03-21
1
-0
/
+9
*
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
2016-01-02
1
-1
/
+2
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-4
/
+4
*
svga: fix incorrect round-down arithmetic
Brian Paul
2015-10-19
1
-1
/
+1
*
svga: round UBO constant buffer size up/down to multiple of 16 bytes
Brian Paul
2015-10-07
1
-0
/
+18
*
svga: update call to u_upload_alloc()
Brian Paul
2015-09-03
1
-3
/
+3
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
1
-114
/
+474
*
svga: update constant buffer code for GBS
Brian Paul
2014-02-14
1
-60
/
+155
*
svga: rename shader_result -> variant
Brian Paul
2014-01-23
1
-12
/
+12
*
svga: use switch statement in svga_shader_type()
Brian Paul
2013-06-28
1
-5
/
+10
*
svga: move result->key expression after result != NULL check
Brian Paul
2012-08-16
1
-1
/
+3
*
svga: fix result==NULL logic in emit_fs_consts()
Brian Paul
2012-08-16
1
-23
/
+25
*
svga: update comment (s/SVGA_NEW_VS_RESULT/SVGA_NEW_VS_PRESCALE/)
Brian Paul
2012-08-16
1
-1
/
+1
*
svga: rename svga_hw_vs_parameters -> svga_hw_vs_constants
Brian Paul
2012-08-16
1
-2
/
+2
*
svga: remove the special zero-stride vertex array code
Brian Paul
2012-05-25
1
-18
/
+0
*
svga: whitespace, comments, formatting clean-ups
Brian Paul
2012-05-19
1
-38
/
+31
*
svga: return PIPE_OK instead of 0
Brian Paul
2012-05-19
1
-1
/
+1
*
svga: Fix potential buffer overflow in rs draw state.
José Fonseca
2011-10-31
1
-6
/
+6
*
svga: remove emit_consts() offset parameter
Brian Paul
2011-09-23
1
-3
/
+7
*
svga: s/int/unsigned/ in svga_state_constants.c
Brian Paul
2011-09-23
1
-3
/
+7
*
svga: s/unit/shader/ and related clean-ups
Brian Paul
2011-09-23
1
-19
/
+23
*
svga: clean up return values and error codes
Brian Paul
2011-09-23
1
-25
/
+24
*
svga: check to avoid writing beyond end of constant buffer
Brian Paul
2011-09-23
1
-1
/
+23
*
svga: Coalesce multiple shader constants in a single command.
José Fonseca
2011-09-23
1
-4
/
+117
*
svga: add assertions in svga_shader_type()
Brian Paul
2011-02-28
1
-2
/
+5
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-6
/
+7
*
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-1
/
+1
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-1
/
+2
|
\
|
*
svga: Add a missing dependency from the prescale state.
José Fonseca
2009-12-11
1
-1
/
+2
*
|
svga: fix for not using texture width/height/depth arrays
Roland Scheidegger
2009-11-27
1
-2
/
+2
|
/
*
svga: Add svga driver
Jakob Bornecrantz
2009-11-17
1
-0
/
+239