svga: Fix vPos usage
[mesa.git] / src / gallium / drivers / svga /
2011-09-23 Jakob Bornecrantzsvga: Fix vPos usage
2011-09-23 Jakob Bornecrantzsvga: Wip for passing depth in a texcoord
2011-09-23 José Fonsecasvga: Add a comment about depth format selection.
2011-09-23 José Fonsecasvga: Consider the new depth formats in svga_texture_fr...
2011-09-23 José Fonsecasvgadump: Dump the new depth format names.
2011-09-23 Jakob Bornecrantzsvga: Expose the new depth formats
2011-09-23 José Fonsecasvga: Coalesce multiple shader constants in a single...
2011-09-23 José Fonsecasvgadump: Update for svga3d_reg.h header changes.
2011-09-23 Brian Paulsvga: updated svga3d_reg.h to latest public version
2011-09-22 Brian Pauldraw: add support for guard-band clipping
2011-09-22 Brian Paulsvga: skip assertion when index_bias < 0
2011-09-22 Brian Paulsvga: fix the test for sRGB texture formats
2011-09-21 Brian Paulsvga: call u_default_redefine_user_buffer() to fix...
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-08-27 Chia-I Wuandroid: add support for vmwgfx
2011-08-27 Chia-I Wusvga: share the source list
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-26 Brian Paulsvga: include LLVM in name string in debug builds
2011-08-09 Brian Paulsvga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Bryan Caingallium: add PIPE_SHADER_CAP_INTEGERS
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-01 José Fonsecasvga: Use the correct element size.
2011-07-01 Thomas Hellstromsvga: Fix multiple uploads of the same user-buffer.
2011-07-01 Thomas Hellstromsvga: Ignore redefine_user_buffer calls
2011-07-01 Brian Paulsvga: fix incorrect user buffer size computation for...
2011-07-01 Brian Paulsvga: fix incorrect user buffer size computation
2011-07-01 José Fonsecasvga: Handle null buffers in svga_buffer_is_user_buffer().
2011-07-01 Thomas Hellstromgallium/svga: Upload only parts of user-buffers that...
2011-07-01 Thomas Hellstromgallium/svga: Make use of u_upload_flush().
2011-07-01 José Fonsecasvga: Flush when switching between HW to SW TNL, after...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulsvga: fix typos, update comments
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Brian Paulsvga: emit user-defined clip plane state
2011-04-27 Marek Olšáksvga: fix warning: ‘uc.ui’ may be used uninitialized...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-21 Marek Olšákgallium: add fallback for copying buffers to all drivers
2011-04-13 Brian Paulsvga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE...
2011-04-13 Brian Paulsvga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and updat...
2011-04-12 José Fonsecasvga: Rebind framebuffer and tss bindings strictly...
2011-04-07 Brian Paulsvga: another tweak to adjust_x term (use -0.5)
2011-04-01 Marek Olšákgallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in...
2011-03-24 Brian Paulsvga: adjust triangle rasterization offset
2011-03-21 José Fonsecasvga: Avoid synchronizing when doing piecewise upload...
2011-03-21 José Fonsecasvga: Undo the DMA buffer size limiting.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-16 José Fonsecasvga: Leave any_user_vertex_buffers flag alone.
2011-03-16 José Fonsecasvga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.
2011-03-16 José Fonsecasvga: Use transfer information on buffer transfers.
2011-03-15 José Fonsecasvga: Tell the host to discard when doing writes withou...
2011-03-15 José Fonsecasvga: Update svga_winsys_screen::buffer_map comments.
2011-03-15 José Fonsecasvga: Ensure DMA commands are serialized with unsynchro...
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-03-11 José Fonsecasvga: Propagate discard/unsynchronized flags to the...
2011-03-10 Thomas HellstromRevert "gallium/svga: Only upload parts of vertexarrays...
2011-03-10 Thomas Hellstromgallium/svga: Only upload parts of vertexarrays that...
2011-03-09 José Fonsecasvga: Add a new winsys entry point to query the hw...
2011-03-09 Thomas Hellstromgallium/svga: Don't replace user vertex buffer with...
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-02 Brian Paulsvga: reduce MAX_DMA_SIZE to 4MB
2011-03-01 Brian Paulsvga: add assertions in svga_shader_type()
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 José Fonsecasvga: Ensure rendertargets and textures are always...
2011-02-21 José Fonsecasvga: Remove some remaining fake S3TC rendering support.
2011-02-18 José Fonsecasvga: Fix NULL dereference.
2011-02-18 José Fonsecasvga: Ensure pending drawing commands other surface...
2011-02-18 José Fonsecasvga: Cannot use negate or abs on source to dsx/dsy...
2011-02-18 José Fonsecasvga: Ensure SWTNL is created after HWTNL.
2011-02-18 José Fonsecasvga: Ensure LRP's restrictions are observed in all...
2011-02-18 José Fonsecasvga: Preserve src swizzles in submit_op2/3/4.
2011-02-18 Jakob Bornecrantzsvga: Disable surface cache for textures
2011-02-18 Jakob Bornecrantzsvga: Describe svga_sampler_views for refcnt debugging
2011-02-18 Jakob Bornecrantzsvga: Make sure that refcnt debugger gets the correct...
2011-02-18 Thomas Hellstromgallium/svga: Fix unnecessary swtnl fallbacks
2011-02-17 José Fonsecasvga: Don't use more than one constant per IFC instruction.
2011-02-17 Brian Paulsvga: flush when transitioning between HW and SW render...
2011-02-17 Brian Paulsvga: use TRUE/FALSE instead of 0/1
2011-02-17 Brian Paulsvga: fix incorrect comment
2011-02-17 Brian Paulsvga: dimension the dirty[] array with SVGA_STATE_MAX
2011-02-17 Brian Paulsvga: disable a debug_printf() call
2011-02-16 José Fonsecasvga: Proper redefine_user_buffer implementation.
2011-02-16 José Fonsecasvga: Don't fake DXT compression ability.
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 José Fonsecasvga: Set the appropriate flags when creating sampler...
2011-02-11 Brian Paulsvga: disable a debug_printf() call
2011-02-11 Brian Paulsvga: comments and debug code
2011-02-11 Brian Paulsvga: more comments for need_pipeline field
2011-02-11 Brian Paulsvga: add max DMA size check in svga_winsys_buffer_create()
2011-02-11 Brian Paulsvga: remove old comment, remove extra whitespace
next