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: round UBO constant buffer size up/down to multiple of 16 bytes
Brian Paul
2015-10-07
1
-0
/
+18
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
Thomas Hellstrom
2015-09-15
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
svga: clean up the compile_vs/gs/fs() functions
Brian Paul
2015-09-10
3
-49
/
+27
*
svga: fix shader variant memory leak
Brian Paul
2015-09-10
2
-0
/
+6
*
svga: remove useless MAX2() call
Brian Paul
2015-09-10
1
-1
/
+1
*
svga: pick all the files into the tarball
Emil Velikov
2015-09-09
1
-5
/
+26
*
svga: Fix surface view error handling
Thomas Hellstrom
2015-09-07
1
-22
/
+26
*
svga: update call to u_upload_alloc()
Brian Paul
2015-09-03
1
-3
/
+3
*
svga: fix referencing a NULL framebuffer cbuf
Charmaine Lee
2015-09-02
1
-2
/
+2
*
svga: increment texture age when surface is to be marked as dirty
Charmaine Lee
2015-09-02
1
-7
/
+6
*
svga: fix backed surface view regression
Charmaine Lee
2015-09-02
4
-17
/
+46
*
svga: update driver for version 10 GPU interface
Brian Paul
2015-09-02
64
-2369
/
+8655
*
svga: add new version 10 device command prototypes
Brian Paul
2015-09-02
1
-0
/
+333
*
svga: add new svga_streamout.h file
Brian Paul
2015-09-02
1
-0
/
+50
*
svga: add new svga_state_tgsi_transform.c file
Brian Paul
2015-09-02
1
-0
/
+293
*
svga: add new svga_state_sampler.c file
Brian Paul
2015-09-02
1
-0
/
+339
*
svga: add new svga_state_gs.c file
Brian Paul
2015-09-02
1
-0
/
+264
*
svga: add new svga_pipe_streamout.c file
Brian Paul
2015-09-02
1
-0
/
+320
*
svga: add new svga_pipe_gs.c file
Brian Paul
2015-09-02
1
-0
/
+142
*
svga: add new svga_link.[ch] files
Brian Paul
2015-09-02
2
-0
/
+140
*
svga: add new svga_cmd_vgpu10.c file
Brian Paul
2015-09-02
1
-0
/
+1289
*
svga: add new svga_tgsi_vgpu10.c file
Brian Paul
2015-09-02
1
-0
/
+6778
*
svga: remove unused SVGA3D_* command functions
Brian Paul
2015-09-02
2
-156
/
+0
*
svga/winsys: Add support for VGPU10
Brian Paul
2015-09-02
3
-15
/
+111
*
svga: update the svga3d device header files
Brian Paul
2015-09-02
11
-1043
/
+2206
*
svga: add new version 10 device header files
Brian Paul
2015-09-02
2
-0
/
+2010
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-3
/
+3
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
svga: scons: remove unused HAVE_SYS_TYPES_H define
Emil Velikov
2015-07-29
1
-1
/
+0
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
27
-59
/
+59
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-10
/
+0
*
gallium: handle fence_finish timeout in various drivers
Marek Olšák
2015-07-05
1
-0
/
+3
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
svga: silence warnings about unexpected shader type
Brian Paul
2015-06-24
1
-1
/
+3
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+2
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-1
/
+1
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
4
-5
/
+2
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
1
-3
/
+3
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
1
-3
/
+3
*
gallium/svga: Remove useless ARRAY_SIZE declaration
Axel Davy
2015-04-29
1
-4
/
+0
*
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
2015-04-29
1
-2
/
+0
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+1
*
u_primconvert: add primitive restart support
Dave Airlie
2015-03-20
1
-1
/
+2
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+2
[prev]
[next]