gallium: rearrange vertex info/layout validation
[mesa.git] / src / mesa / pipe / i915simple /
2008-02-13 Michel Dänzergallium: pipe->surface_copy can flip the contents verti...
2008-02-12 Briangallium: clean-up, simplification of mipmapped textures
2008-02-06 Briangallium: change pipe->texture_create() to operate like...
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 José Fonsecagallium: Add SCons as alternative build system for...
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-24 Briani915: add case for TGSI_FILE_IMMEDIATE to avoid error...
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
2008-01-23 Briangallium: remove support for separate depth/stencil...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-21 Briangallium: add a src_index[] array to draw's vertex_info...
2008-01-18 Michel DänzerUnify copy_rect helpers.
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-17 Keith Whitwellgallium: fix warning
2008-01-16 Brianvbuf updates/fixes (KeithW)
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-11 BrianAdditional parameters to vbuf_render->draw()
2008-01-03 Brianreplace void * with struct draw_vertex_shader opaque...
2007-12-17 Keith Whitwellgallium: incorporate alpha state into depth_stencil...
2007-12-15 Brianrename some 'mesa' functions
2007-12-15 BrianUse tile functions in new p_tile.[ch]
2007-12-14 Brianupdate comment for TGSI_TOKEN_TYPE_IMMEDIATE case
2007-12-13 Keith Whitwell965: get fragment shader compiler compiling
2007-12-12 BrianRemove get/put_tile_rgba() functions.
2007-12-12 BrianMove float/rgba tile get/put functions into new file.
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-12 Brianremove old assertion
2007-12-12 Brianadd PIPE_FORMAT_R5G6B5_UNORM to list of supported scree...
2007-12-11 Keith WhitwellRework gallium and mesa queries a little.
2007-12-11 Keith Whitwellgallium: remove set_sampler_units interface
2007-12-11 Keith Whitwellgallium: remove redundant clear_color state.
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-12-11 José FonsecaAdd surface storage allocation function to winsys inter...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-10 Brianimplement i915_put_tile_rgba() - temporary code though
2007-12-10 Michel DänzerFix up some confusion wrt winsys->buffer_create alignme...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-29 Michel DänzerMove dimensions from struct pipe_region to struct pipe_...
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-23 Michal Krolgallium: back out winsys interface changes
2007-11-22 José FonsecaUse the new vertex buffer draw stage.
2007-11-22 José FonsecaFix build.
2007-11-22 MichalFix compatibility issues between gcc and msvc.
2007-11-22 MichalMake it compile under Win32.
2007-11-22 José FonsecaRemove fences from the i915simple winsys interface.
2007-11-21 BrianReplace draw_set_vertex_attributes() with simpler draw_...
2007-11-17 José FonsecaProper fence reference counting.
2007-11-15 José FonsecaInclude fences in the i915simple winsys interface.
2007-11-08 BrianRemove TGSI_OPCODE_TXP
2007-11-08 Briancheck for divide by W flag when translating TGSI_OPCODE...
2007-11-08 Briantweak anisotropic filtering code
2007-11-08 Brianenable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite worki...
2007-11-08 Brianremove translate_compare_func(), use i915_translate_com...
2007-11-08 BrianFix some issues hit when rendering to a depth-only...
2007-11-08 Brianremove unneeded #include
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-08 Brianupdate flush/fence comments for i915_flush()
2007-11-08 BrianRemove winsys->wait_idle(), subsumed by pipe->flush().
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 Brianmore dead code removal
2007-11-07 Briandisable/remove dead code
2007-11-07 BrianDisable the call to driBOReference() in i915_update_tex...
2007-11-07 José FonsecaCheck the right ammount of free space in vertex buffer.
2007-11-07 José FonsecaReset temporary vertices ids.
2007-11-07 José FonsecaUse a consistent number to identify undefined vertices.
2007-11-07 José FonsecaReuse the vertex buffer until the vertex size changes.
2007-11-07 José FonsecaTrack hardware vertex buffer state changes.
2007-11-06 Michel DänzerFix build error: dereferencing pointer to incomplete...
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 José FonsecaAllow custom pipe driver buffer usage flags.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-11-03 José FonsecaAllow batch buffer debugging without calling i915_winsy...
2007-11-03 José FonsecaDo something sensible when failed to reserve space...
2007-11-03 José FonsecaDetail i915 winsys interface comments.
2007-11-03 José FonsecaRender primitives using indirect vertices in a vertex...
2007-11-02 Brianremove old comment about tnl/vf
2007-11-01 José FonsecaReserve the right number of dwords for hardware state...
2007-10-31 José FonsecaHold the vertex buffer handle.
2007-10-31 José FonsecaHandle TGSI_OPCODE_RET.
2007-10-31 José FonsecaAllow more verbose error output.
2007-10-31 José FonsecaChain vertex buffers into the batch buffer.
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-10-29 José FonsecaReuse hardware vertice representation.
2007-10-29 José FonsecaEnable the vertex buffer stage according to the I915_VB...
2007-10-29 José FonsecaGet vertex buffer stage in a minimally working state.
2007-10-29 José FonsecaReserve the accurate number of dwords in the batch...
2007-10-29 José FonsecaStart a vertex buffer constuction stage for i915 based...
next