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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Set the appropriate flags when creating sampler/surface views.
José Fonseca
2011-02-14
3
-5
/
+18
*
svga: disable a debug_printf() call
Brian Paul
2011-02-11
1
-5
/
+9
*
svga: comments and debug code
Brian Paul
2011-02-11
1
-0
/
+10
*
svga: more comments for need_pipeline field
Brian Paul
2011-02-11
1
-1
/
+4
*
svga: add max DMA size check in svga_winsys_buffer_create()
Brian Paul
2011-02-11
1
-0
/
+10
*
svga: remove old comment, remove extra whitespace
Brian Paul
2011-02-11
1
-4
/
+0
*
svga: Enable the draw pipeline for smooth lines.
José Fonseca
2011-02-11
1
-0
/
+5
*
svga: Don't use the draw pipeline for non-AA lines with a fractional width.
José Fonseca
2011-02-11
1
-2
/
+1
*
svga: Stippled lines can also be drawn with triangles.
José Fonseca
2011-02-11
2
-2
/
+3
*
svga: Don't advertise pixel shader addr register support.
José Fonseca
2011-02-09
1
-3
/
+8
*
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
[next]