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
/
r300
/
r300_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: only set clip_halfz for chips with HW TCL
Marek Olšák
2014-10-28
1
-1
/
+1
*
r300g: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
1
-0
/
+7
*
r300g: replace r300_get_num_samples with a util variant
Marek Olšák
2014-10-21
1
-25
/
+1
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
1
-1
/
+1
*
r300g: don't crash when getting NULL colorbuffers
Marek Olšák
2014-04-25
1
-18
/
+28
*
r300g,r600g,radeonsi: add support for ARB_buffer_storage
Marek Olšák
2014-02-25
1
-0
/
+5
*
winsys/radeon: set/get the scanout flag with the tiling ioctls
Marek Olšák
2013-12-12
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-4
/
+9
*
r300g: remove unused function r300_lacks_vertex_textures
Marek Olšák
2013-10-04
1
-7
/
+0
*
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
2013-10-03
1
-21
/
+0
*
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-0
/
+26
*
r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states
Brian Paul
2013-10-03
1
-4
/
+4
*
Revert "r300g: Give CLIP_DISABLE another try"
Marek Olšák
2013-07-30
1
-2
/
+1
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-7
/
+11
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
1
-1
/
+1
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
1
-2
/
+2
*
r300g: fix crash while binding a NULL constant buffer
Marek Olšák
2013-03-26
1
-1
/
+1
*
r300g: add support for red-alpha render targets
Marek Olšák
2013-02-14
1
-0
/
+1
*
r300g: fix blending and alpha-test with RGBX16F and enable MSAA for it
Marek Olšák
2013-02-07
1
-7
/
+27
*
r300g: try to use color varyings for texcoords if max texcoord limit is exceeded
Marek Olšák
2013-02-06
1
-3
/
+6
*
r300g: fix blending with RGBX formats
Marek Olšák
2013-02-06
1
-117
/
+191
*
r300g: fix blending with blend color and RGBA formats
Marek Olšák
2013-02-06
1
-0
/
+11
*
r300g: add a workaround for the AA colorbuffer addressing bug on R500
Marek Olšák
2013-01-21
1
-7
/
+11
*
r300g: enable AA optimizations for the RGBA16F format
Marek Olšák
2013-01-21
1
-0
/
+3
*
r300g: implement MSAA compression and fast MSAA color clear
Marek Olšák
2013-01-15
1
-0
/
+9
*
r300g: don't set sample positions to the pixel center if MSAA is disabled
Marek Olšák
2013-01-10
1
-2
/
+0
*
r300g: implement MSAA
Marek Olšák
2013-01-06
1
-17
/
+74
*
r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emitting
Marek Olšák
2013-01-06
1
-52
/
+28
*
r300g/swtcl: fix crash when setting vertex buffers
Marek Olšák
2013-01-04
1
-0
/
+3
*
r300: Don't disable destination read if the src blend factor needs it
Stefan Dösinger
2012-12-07
1
-2
/
+10
*
r300g: Give CLIP_DISABLE another try
Stefan Dösinger
2012-12-04
1
-1
/
+2
*
Revert "r300g: fix occlusion queries when depth test is disabled or zbuffer i...
Marek Olšák
2012-12-02
1
-14
/
+6
*
r300g: fix crash since the set_vertex_buffers(start_slot) change
Marek Olšák
2012-11-13
1
-6
/
+7
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-11
/
+12
*
r300g: fix colormask with non-BGRA formats
Marek Olšák
2012-09-14
1
-26
/
+62
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-6
/
+6
*
gallium/radeon: Fix r300g tiling breakage.
Michel Dänzer
2012-05-16
1
-0
/
+1
*
r300g/swtcl: move vertex buffer updates into set_vertex_buffers
Marek Olšák
2012-05-12
1
-18
/
+34
*
r300g/swtcl: move index buffer updates from swtcl_draw_vbo into set_index_buffer
Marek Olšák
2012-05-12
1
-5
/
+24
*
r300g/swtcl: malloc vertex and index buffers (don't use radeon DRM to get them)
Marek Olšák
2012-05-12
1
-2
/
+2
*
r300g/swtcl: don't do stuff which is only for HWTCL
Marek Olšák
2012-05-12
1
-9
/
+12
*
r300g: fix breakage after gallium-userbuf merge
Marek Olšák
2012-05-12
1
-9
/
+12
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-2
/
+2
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-1
/
+0
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
*
u_vbuf: remove u_vbuf_resource
Marek Olšák
2012-04-24
1
-2
/
+2
*
u_vbuf: override create/bind/destroy_vertex_elements_state
Marek Olšák
2012-04-24
1
-15
/
+2
*
u_vbuf: override set_vertex_buffers
Marek Olšák
2012-04-24
1
-7
/
+5
*
u_vbuf: override set_index_buffer
Marek Olšák
2012-04-24
1
-8
/
+7
[next]