summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe
Commit message (Expand)AuthorAgeFilesLines
* Enable the tile clear "optimization"Brian2007-12-071-1/+1
* Make sp_tile_cache_flush_clear() static.Brian2007-12-072-36/+48
* Convert the clearValue back to floats for sp_tile_cache_clear()Brian2007-12-071-4/+32
* Some tile cache improvements, clean-ups.Brian2007-12-074-148/+206
* don't dereference pt after realloc - fixes valgrind errorBrian2007-12-071-1/+1
* add some whitespaceBrian2007-12-071-0/+6
* Move struct softpipe_texture definition into sp_texture.hBrian2007-12-076-32/+45
* minor code movementBrian2007-12-071-3/+2
* Eliminate struct pipe_region.Michel Dänzer2007-12-0712-244/+105
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-0615-130/+229
* added tile funcs for B8G8R8A8 formatBrian2007-12-051-0/+70
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-293-233/+213
* gallium: remove sp_headers.h references.Michal Krol2007-11-232-2/+0
* gallium: reorg tgsi directories.Michal Krol2007-11-235-8/+7
* Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().Brian2007-11-211-4/+1
* add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian2007-11-204-0/+93
* optimize earlyz_quad(), add comments, remove unneeded #includesBrian2007-11-191-21/+13
* Implement early depth test.Michal Krol2007-11-186-25/+150
* note problem with fragment coord Y orientationBrian2007-11-161-0/+4
* Implement shadow comparisons.Brian2007-11-081-1/+67
* use pipe_surface_reference() in sp_tile_cache_set_surface()Brian2007-11-081-1/+1
* fix bad width/height code in softpipe_clear()Brian2007-11-081-3/+2
* Added pipe->get_paramf() to query float limits.Brian2007-11-081-1/+25
* Reset temporary vertices ids.José Fonseca2007-11-071-1/+1
* Use a consistent number to identify undefined vertices.José Fonseca2007-11-071-3/+3
* remove dead code in softpipe_is_format_supported()Brian2007-11-061-26/+2
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-061-34/+7
* Determine GL extensions/limits by making pipe queries.Brian2007-11-051-0/+20
* Cleanups.Zack Rusin2007-11-022-5/+8
* Implement COS and CMP opcode.Zack Rusin2007-11-021-1/+1
* Add debugging ifdefs to make it less verboseZack Rusin2007-11-021-1/+11
* Get fragment shaders working on top of LLVM.Zack Rusin2007-11-021-16/+49
* Change the fragment shader signature to better match actualZack Rusin2007-11-021-6/+13
* Add basic entry points for fragment shaders.Zack Rusin2007-11-022-26/+11
* Renaming llvmtgsi to gallivm. Taking first steps on the way to supportingZack Rusin2007-11-023-0/+89
* implement get/put_tile() for xlib driverBrian2007-11-012-6/+13
* minor code simplificationBrian2007-10-291-8/+6
* fix memcpy bugsBrian2007-10-291-2/+2
* Make it compile under linux.Michal Krol2007-10-297-2/+9
* Make gallium compile in win32.Michal Krol2007-10-2917-99/+111
* fix bad fragment shader pointer assignmentBrian2007-10-291-1/+1
* Remove typedefs from enums.Zack Rusin2007-10-292-4/+4
* Fix i915simple build.José Fonseca2007-10-291-0/+3
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-282-7/+9
* Use FREE and MALLOC instead of free and malloc.Michal Krol2007-10-282-3/+3
* Control FS TGSI dumping with GALLIUM_DUMP_FS env variable.michal2007-10-283-0/+9
* Fix newlines.michal2007-10-281-10/+10
* Use FREE instead of free. Fix newlines.michal2007-10-2711-31/+35
* Enable SSE path.michal2007-10-271-2/+2
* Respect use_sse flag.michal2007-10-272-4/+3