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_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-16
/
+21
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-2
/
+0
*
svga: remove support for shader model 2.0
Brian Paul
2011-10-11
1
-21
/
+17
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-2
/
+2
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
1
-3
/
+0
*
svga: implement texture swizzling
Brian Paul
2011-09-23
1
-0
/
+2
*
svga: Cleanup format capability checking.
José Fonseca
2011-09-23
1
-97
/
+67
*
svga: Don't use the new depth formats for surfaces that will never be sampled...
José Fonseca
2011-09-23
1
-2
/
+2
*
svga: Add a comment about depth format selection.
José Fonseca
2011-09-23
1
-1
/
+10
*
svga: Expose the new depth formats
Jakob Bornecrantz
2011-09-23
1
-10
/
+39
*
svga: include LLVM in name string in debug builds
Brian Paul
2011-08-26
1
-2
/
+11
*
svga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
Brian Paul
2011-08-09
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+2
*
gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers
Marek Olšák
2011-04-01
1
-0
/
+2
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-2
/
+1
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-7
/
+5
*
svga: Add a new winsys entry point to query the hw version.
José Fonseca
2011-03-09
1
-0
/
+6
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
svga: Don't fake DXT compression ability.
José Fonseca
2011-02-16
1
-7
/
+0
*
svga: Don't advertise pixel shader addr register support.
José Fonseca
2011-02-09
1
-3
/
+8
*
svga: Remove unnecessary header.
Vinson Lee
2010-12-22
1
-1
/
+0
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-1
/
+0
*
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
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-51
/
+76
*
svga: Move bootstrap code to targets
Jakob Bornecrantz
2010-06-06
1
-0
/
+1
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-0
/
+3
|
\
|
*
svga: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-0
/
+3
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-15
/
+15
|
/
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
1
-3
/
+7
|
\
|
*
svga: adapt to interface changes
Roland Scheidegger
2010-05-17
1
-3
/
+7
*
|
gallium: EXT_timer_query support.
Mathias Fröhlich
2010-05-17
1
-0
/
+2
*
|
svga: Advertise shader limits.
José Fonseca
2010-05-12
1
-0
/
+51
*
|
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-05-12
1
-2
/
+2
|
/
*
svga: Silent warning.
José Fonseca
2010-05-03
1
-1
/
+1
*
svga: Remove the screen private context.
José Fonseca
2010-05-03
1
-25
/
+0
*
svga: Include svga_surface.h in svga_screen.c.
Vinson Lee
2010-05-02
1
-0
/
+1
*
svga: Init surface functions
Jakob Bornecrantz
2010-04-20
1
-0
/
+1
*
svga: Remove unnecessary headers.
Vinson Lee
2010-04-11
1
-1
/
+0
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-9
/
+9
*
gallium: adapt all code to the renamed depth/stencil formats
Roland Scheidegger
2010-03-30
1
-1
/
+1
*
svga: Rename pipe formats.
José Fonseca
2010-03-02
1
-9
/
+9
*
svga: Clamp max cube texture levels to supported max 2d levels.
José Fonseca
2010-02-12
1
-1
/
+6
*
svga: Report the 2d/3d texture sizes supported by the host.
José Fonseca
2010-02-12
1
-4
/
+22
*
svga: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query
Brian Paul
2010-02-11
1
-0
/
+2
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
1
-1
/
+1
|
\
|
*
gallium: remove point_size_min and point_size_max from rasterizer state
Roland Scheidegger
2010-01-12
1
-1
/
+1
*
|
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-08
1
-0
/
+1
*
|
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
|
tgsi: add caps for fragment coord conventions (v3)
Luca Barbieri
2010-01-29
1
-0
/
+7
[next]