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
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+1
*
svga: add PIPE_CAP_MAX_VIEWPORTS to switch to silence warning
Brian Paul
2013-05-29
1
-0
/
+2
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
2
-9
/
+13
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
1
-2
/
+2
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
1
-2
/
+2
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
1
-0
/
+1
*
svga: misc whitespace and comment fixes in svga_cmd.c
Brian Paul
2013-05-09
1
-82
/
+82
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
scons: Support clang.
José Fonseca
2013-04-25
1
-1
/
+1
*
scons: Remove redundant code.
José Fonseca
2013-04-25
1
-3
/
+0
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
2
-2
/
+2
*
svga: remove TGSI_OPCODE_BREAKC instruction translation
Roland Scheidegger
2013-04-20
1
-1
/
+0
*
svga: whitespace, comment fixes in svga_pipe_query.c
Brian Paul
2013-04-19
1
-41
/
+49
*
svga: whitespace, comment fixes in svga_pipe_fs/vs.c
Brian Paul
2013-04-19
2
-48
/
+41
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-0
/
+2
*
svga: add new memory-used HUD query
Brian Paul
2013-04-03
8
-1
/
+33
*
svga: add HUD queries for number of draw calls, number of fallbacks
Brian Paul
2013-04-03
4
-0
/
+61
*
svga: refactor occlusion query code
Brian Paul
2013-04-03
1
-94
/
+124
*
svga: add case for PIPE_CAP_QUERY_PIPELINE_STATISTICS
Brian Paul
2013-04-03
1
-0
/
+1
*
llvmpipe: put .bmp extension on dumped image files
Brian Paul
2013-03-28
1
-2
/
+2
*
gallium,st/mesa: don't use blit-based transfers with software rasterizers
Marek Olšák
2013-03-23
1
-0
/
+3
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-0
/
+2
*
gallium/build: Fix visibility CFLAGS in automake
Maarten Lankhorst
2013-03-16
1
-0
/
+2
*
svga: fix comment typos
Brian Paul
2013-02-26
1
-1
/
+1
*
svga: remove some extraneous whitespace
Brian Paul
2013-02-23
1
-8
/
+0
*
svga: fix sRGB rendering
Brian Paul
2013-02-05
1
-0
/
+11
*
gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED query
Brian Paul
2013-02-04
1
-0
/
+4
*
gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
Andreas Boll
2013-02-04
1
-0
/
+1
*
svga: check for NaN shader immediates
Brian Paul
2013-02-01
1
-2
/
+4
*
svga: add, use SVGA3D_SURFACE_HINT_VOLUME flag
Brian Paul
2013-02-01
2
-0
/
+5
*
svga: use pipe_sampler_view_release() in svga_cleanup_tss_binding()
Brian Paul
2013-01-25
1
-1
/
+1
*
svga: add NULL pointer check in svga_create_sampler_state()
Brian Paul
2013-01-25
1
-0
/
+3
*
gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATE
Marek Olšák
2013-01-15
1
-3
/
+0
*
gallium/svga: Make sure -std=gnu99 is set.
Johannes Obermayr
2013-01-14
1
-1
/
+2
*
Remove hacks for static Makefiles
Matt Turner
2013-01-13
1
-3
/
+0
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
svga: Convert to automake
Matt Turner
2013-01-10
3
-19
/
+40
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+2
*
gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-1
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
svga: stop using pipe_surface::usage
Marek Olšák
2012-12-12
1
-15
/
+7
*
gallium: fix cap warnings for tbo cap.
Dave Airlie
2012-12-12
1
-0
/
+1
*
svga: remove pointless assert on unsigned >= 0
Dave Airlie
2012-12-01
1
-1
/
+0
*
gallium: fix unused cap warnings in drivers for cube map array cap.
Dave Airlie
2012-11-10
1
-0
/
+1
*
svga: Fix memory leak in svga_buffer_transfer_map.
Vinson Lee
2012-11-08
1
-0
/
+2
*
svga: Ensure vb_transfer in svga_swtnl_draw_vbo in initialized.
Vinson Lee
2012-11-06
1
-1
/
+1
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
4
-28
/
+7
*
svga: add svga_screen_cache_dump() debug helper
Brian Paul
2012-10-17
2
-0
/
+37
*
svga: whitespace fixes, remove useless comments
Brian Paul
2012-10-16
5
-93
/
+52
[next]