index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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 support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
1
-0
/
+1
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
1
-0
/
+2
*
svga: remove special-case code for texkil w component
Brian Paul
2013-11-21
1
-23
/
+6
*
svga: improve check for 3D compressed textures
Brian Paul
2013-11-19
1
-5
/
+7
*
svga: we don't supported 3D compressed textures
Brian Paul
2013-11-18
1
-0
/
+6
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
1
-7
/
+2
*
gallium/drivers: enable automake subdir-objects
Emil Velikov
2013-11-16
1
-0
/
+2
*
svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()
Brian Paul
2013-11-15
1
-12
/
+2
*
svga: print warning for unsupported indirect dest reg indexing
Brian Paul
2013-11-15
1
-0
/
+4
*
svga: mark dest image as defined in svga_surface_copy()
Brian Paul
2013-11-15
1
-0
/
+2
*
svga: do primitive trimming in translate_indices()
Brian Paul
2013-11-15
1
-3
/
+12
*
svga: improve loops over color buffers
Brian Paul
2013-11-11
6
-10
/
+20
*
svga: document magic number of 8 render targets per batch
Brian Paul
2013-11-11
1
-1
/
+13
*
svga: always return 4 for PIPE_MAX_COLOR_BUFS
Brian Paul
2013-11-07
1
-5
/
+4
*
svga: return true for the PIPE_CAP_SM3 query
Brian Paul
2013-11-07
1
-1
/
+3
*
draw,llvmpipe,util: add depth bias calculation for arb_depth_buffer_float
Matthew McClure
2013-11-07
1
-2
/
+8
*
gallium/auxiliary/indices: add start param
Rob Clark
2013-10-29
2
-2
/
+2
*
svga: reindent drawing code
Brian Paul
2013-10-29
3
-266
/
+199
*
gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
Ilia Mirkin
2013-10-26
1
-0
/
+1
*
svga: remove user-space vertex/index buffer code
Brian Paul
2013-10-24
6
-259
/
+13
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-10
/
+1
*
svga: remove unneeded include of u_double_list.h
Brian Paul
2013-10-23
1
-2
/
+0
*
svga: minor fix-ups in svga_get_shader_param()
Brian Paul
2013-10-16
1
-2
/
+3
*
svga: s/0/FALSE/
Brian Paul
2013-10-11
1
-2
/
+2
*
svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()
Brian Paul
2013-10-04
1
-1
/
+1
*
svga: don't hook in old bind_fragment_sampler_states() functions
Brian Paul
2013-10-03
1
-9
/
+0
*
svga: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+1
*
svga: fix pixel center integer
Brian Paul
2013-09-30
1
-2
/
+4
*
svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER
Brian Paul
2013-09-30
1
-1
/
+1
*
svga: we don't support TGSI_OPCODE_CONT
Brian Paul
2013-09-30
2
-2
/
+5
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+8
*
svga: replace 0 with PIPE_OK in a few places
Brian Paul
2013-08-26
3
-5
/
+5
*
svga: minor clean-ups in emit_hw_vs_vdecl()
Brian Paul
2013-08-21
1
-6
/
+6
*
draw: inject frontface info into wireframe outputs
Zack Rusin
2013-08-02
1
-0
/
+1
*
gallium: Add PIPE_CAP_ENDIANNESS
Tom Stellard
2013-07-22
1
-0
/
+2
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-9
/
+9
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
1
-1
/
+0
*
svga: pass svga_compile_key by reference instead of value
Brian Paul
2013-06-28
1
-7
/
+7
*
svga: use switch statement in svga_shader_type()
Brian Paul
2013-06-28
1
-5
/
+10
*
svga: allow 3D transfers in svga_texture_transfer_map()
Brian Paul
2013-06-25
1
-4
/
+3
*
svga: use new svga_define_texture_level() helper
Brian Paul
2013-06-25
2
-2
/
+15
*
svga: fix layer/level mix-up in svga_mark_surface_dirty()
Brian Paul
2013-06-25
1
-1
/
+1
*
svga: use new svga_age_texture_view() helper
Brian Paul
2013-06-25
2
-1
/
+14
*
svga: add array index assertion in svga_validate_sampler_view()
Brian Paul
2013-06-25
1
-0
/
+1
*
svga: use svga_texture() helper instead of casting
Brian Paul
2013-06-25
1
-1
/
+1
*
svga: minor cleanups, comments in svga_tgsi_insn.c
Brian Paul
2013-06-22
1
-8
/
+19
*
svga: add null ptr check in svga_get_tex_sampler_view()
Brian Paul
2013-06-22
1
-0
/
+3
*
svga: add some comments about primitive conversion
Brian Paul
2013-06-19
2
-11
/
+26
*
svga: reindent svga_tgsi.c
Brian Paul
2013-06-19
1
-63
/
+65
*
svga: whitespace, comment, formatting fixes in svga_tgsi_emit.h
Brian Paul
2013-06-19
1
-42
/
+56
[next]