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: rename a couple sampler, sampler view functions
Brian Paul
2011-02-03
1
-7
/
+9
*
gallium/svga: added debug code for dumping framebuffer images (disabled)
Brian Paul
2011-02-03
1
-0
/
+23
*
svga: Fix resource leak; undo temporary workaround.
José Fonseca
2011-02-03
2
-10
/
+4
*
svga: Temporarily disable buffer DMA upload coalescing.
José Fonseca
2011-02-03
1
-0
/
+7
*
svga: Don't call swc->flush directly.
José Fonseca
2011-02-03
1
-1
/
+1
*
svga: Add an assert to catch reentrancy.
José Fonseca
2011-02-03
1
-0
/
+1
*
svga: Flush upload buffers or we get asserts
José Fonseca
2011-02-02
2
-5
/
+7
*
svga: Fix translation of TGSI SSG opcode.
Michel Dänzer
2011-01-31
1
-1
/
+39
*
svga: TEXLDL opcode dst/src register information is correct.
Michel Dänzer
2011-01-31
1
-1
/
+1
*
svga: Print the number and mnemonic of the opcode we're missing information for.
Michel Dänzer
2011-01-31
1
-0
/
+2
*
svga: Add more swrast debuging
Jakob Bornecrantz
2011-01-25
4
-4
/
+34
*
svga: Use get once helpers for context debug envs
Jakob Bornecrantz
2011-01-25
1
-4
/
+8
*
svga: Ensure that the wrong vdecls don't get used in swtnl path
Jakob Bornecrantz
2011-01-06
3
-0
/
+19
*
u_upload_mgr: new features
Marek Olšák
2011-01-06
2
-3
/
+8
*
svga, glhd: Remove incorrect assert and add note
Jakob Bornecrantz
2010-12-16
1
-1
/
+0
*
svga: Minor debug text fix
Jakob Bornecrantz
2010-12-16
1
-1
/
+1
*
svga: Correct spelling in swtnl backend
Jakob Bornecrantz
2010-12-16
1
-4
/
+4
*
svga: Remove unnecessary header.
Vinson Lee
2010-12-22
1
-1
/
+0
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
6
-17
/
+12
*
svga: s/varient/variant/
Brian Paul
2010-12-16
2
-2
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
10
-90
/
+166
*
svga: Silence debug printf.
José Fonseca
2010-12-01
1
-1
/
+0
*
scons: Alias for svga
José Fonseca
2010-11-30
1
-0
/
+2
*
svga: Use consistent hexadecimal representation on debug output.
José Fonseca
2010-11-30
1
-1
/
+1
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+4
*
svga: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+13
*
svga: Integer constant register file has a separate namespace.
Michal Krol
2010-09-20
3
-8
/
+9
*
svga: Fix relative addressing translation for pixel shaders.
Michal Krol
2010-09-20
1
-14
/
+37
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-51
/
+76
*
svga: Fix CMP translation for vertex shader targets.
Michal Krol
2010-08-30
1
-0
/
+19
*
svga: Re-emit bound rendertargets and texture samplers at the beginning of ev...
José Fonseca
2010-08-30
4
-8
/
+27
*
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
1
-1
/
+2
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-11
/
+6
*
svga: Remove redundant svga_draw_range_elements.
Chia-I Wu
2010-08-25
3
-87
/
+45
*
svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.
José Fonseca
2010-08-22
2
-6
/
+9
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
2
-1
/
+3
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-25
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
3
-0
/
+44
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
3
-3
/
+43
|
\
|
*
svga: Move bootstrap code to targets
Jakob Bornecrantz
2010-06-06
3
-3
/
+43
*
|
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-2
/
+3
|
/
*
svga: Remove unnecessary header.
Vinson Lee
2010-06-03
1
-1
/
+0
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
3
-4
/
+8
|
\
|
*
svga: adapt to clear interface changes
Roland Scheidegger
2010-05-29
3
-4
/
+8
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-15
/
+15
*
|
svga: Add a winsys callback to get the svga_winsys_context
Thomas Hellstrom
2010-05-31
2
-0
/
+8
|
/
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
3
-19
/
+49
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+7
|
*
svga: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-19
/
+42
*
|
Merge branch 'gallium-front-ccw'
Keith Whitwell
2010-05-21
5
-42
/
+42
|
\
\
[next]