r600g: use u_vbuf_mgr to set/get the index buffer
[mesa.git] / src / gallium / drivers / svga /
2011-11-11 Brian Paulsvga: don't crash/assert if we fail to allocate a verte...
2011-11-04 Brian Paulsvga: fix varying var remapping for unused FS outputs
2011-11-04 Brian Paulsvga: add comments and reformat code in svga_tgsi_decl_...
2011-11-04 José Fonsecasvga: Tighten the register file assertions.
2011-11-03 Brian Paulsvga: use the draw-module's sprite stage depending...
2011-11-03 Brian Paulsvga: pass fragment shader to draw module
2011-11-03 Brian Paulsvga: implement generic variable index remapping
2011-11-02 Jakob Bornecrantzsvga: Tag cursors with the scanout hint
2011-11-02 José Fonsecasvga: Update state prototypes to return pipe_error.
2011-10-31 José Fonsecasvga: Fix potential buffer overflow in rs draw state.
2011-10-31 José Fonsecasvga: Flush the hwtnl primitives before writing to...
2011-10-18 Thomas Hellstromsvga: Plug a fence leak
2011-10-11 Brian Paulsvga: remove old, unused sincos code for SM2.0
2011-10-11 Brian Paulsvga: remove support for shader model 2.0
2011-10-11 Dave Airliegallium: rename ZS stencil type to UINT (v2)
2011-09-30 Marek Olšákgallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
2011-09-30 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
2011-09-29 Thomas Hellstromwinsys/svga: Update to vmwgfx kernel module 2.1
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-23 Brian Paulsvga: indentation/formatting fixes
2011-09-23 Brian Paulsvga: remove emit_consts() offset parameter
2011-09-23 Brian Paulsvga: s/int/unsigned/ in svga_state_constants.c
2011-09-23 Brian Paulsvga: s/unit/shader/ and related clean-ups
2011-09-23 Brian Paulsvga: clean up return values and error codes
2011-09-23 Brian Paulsvga: add format translation for DXT/sRGB formats
2011-09-23 Brian Paulsvga: test register W component in emit_kil()
2011-09-23 Brian Paulsvga: fix depth/shadow compare for non-projected texcoords
2011-09-23 Brian Paulsvga: implement texture swizzling
2011-09-23 Brian Paulsvga: check that we don't exceed input/ouput register...
2011-09-23 Brian Paulsvga: implement point sprite suppport
2011-09-23 Brian Paulsvga: add translation for float formats
2011-09-23 Brian Paulsvga: check to avoid writing beyond end of constant...
2011-09-23 José Fonsecasvga: Cleanup format capability checking.
2011-09-23 José Fonsecasvga: Don't use the new depth formats for surfaces...
2011-09-23 Jakob Bornecrantzsvga: Share one texcoord between depth and fog
2011-09-23 Jakob Bornecrantzsvga: Only emit Z depth work if it is actually read
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...
next