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
/
drivers
/
svga
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: minor code reformatting
Brian Paul
2012-08-16
1
-2
/
+3
*
svga: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-24
/
+65
*
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
3
-6
/
+6
*
svga: remove unused svga_shader::use_sm30 field, add comments
Brian Paul
2012-08-08
2
-4
/
+9
*
svga: remove unused svga_winsys_handle type
Brian Paul
2012-08-08
1
-3
/
+0
*
svga: remove questionable INLINE qualifiers
Brian Paul
2012-08-02
1
-2
/
+2
*
svga: sort #includes
Brian Paul
2012-08-02
1
-4
/
+4
*
svga: add some comments in svga_screen_cache.c
Brian Paul
2012-08-02
1
-1
/
+14
*
svga: whitespace, formatting fixes
Brian Paul
2012-08-02
1
-52
/
+54
*
svga: remove unneeded 'struct svga_screen' declarations
Brian Paul
2012-08-02
2
-2
/
+0
*
svga: initialize svga_compile_key to zeros to be safe
Brian Paul
2012-07-26
1
-0
/
+4
*
svga: fix invalid memory reference in needs_to_create_zero()
Brian Paul
2012-07-26
1
-5
/
+5
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
1
-0
/
+1
*
svga: whitespace fixes
Brian Paul
2012-07-05
1
-114
/
+90
*
svga: implement TGSI_OPCODE_ROUND
Brian Paul
2012-07-05
1
-15
/
+51
*
svga: fix CMP translation for vertex shaders
Brian Paul
2012-07-05
1
-36
/
+37
*
svga: properly implement TRUNC instruction
Brian Paul
2012-07-05
1
-1
/
+54
*
svga: fix register collision issue in emit_conditional()
Brian Paul
2012-07-05
1
-0
/
+24
*
svga: emit some debug messages when shader compilation fails
Brian Paul
2012-07-05
1
-4
/
+10
*
svga: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+3
*
svga: handle missing PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-9
/
+14
*
svga: return 1 for PIPE_CAP_MIXED_COLORBUFFER_FORMATS
Brian Paul
2012-06-26
1
-1
/
+3
*
svga: init pointer to NULL to silence MSVC warning
Brian Paul
2012-06-22
1
-1
/
+1
*
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
2012-06-19
1
-0
/
+1
*
scons: Do not build svga if using Solaris Studio C compiler.
Vinson Lee
2012-06-18
1
-0
/
+4
*
svga: fix synchronization bug between sampler views and surfaces
Brian Paul
2012-06-18
1
-0
/
+5
*
svga: make svga_surface_needs_propagation() surface const
Brian Paul
2012-06-14
2
-3
/
+3
*
svga: add svga_surface_const() cast wrapper
Brian Paul
2012-06-14
1
-0
/
+8
*
svga: fix comment typo
Brian Paul
2012-06-14
1
-1
/
+1
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
svga: fix saturated TEX instructions
Brian Paul
2012-05-31
1
-6
/
+13
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-5
/
+4
*
svga: remove the special zero-stride vertex array code
Brian Paul
2012-05-25
9
-153
/
+12
*
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
5
-11
/
+11
*
svga: fix zero-stride vertex array bug
Brian Paul
2012-05-19
1
-2
/
+6
*
svga: fix FBO / viewport bugs
Brian Paul
2012-05-15
1
-7
/
+24
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-1
/
+0
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
7
-35
/
+31
|
\
|
*
svga: check for and skip null vertex buffer pointers
Brian Paul
2012-05-01
1
-8
/
+12
|
*
svga: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+11
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-1
/
+1
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
3
-25
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-0
/
+1
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
[next]