summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources
Commit message (Collapse)AuthorAgeFilesLines
* added st_atom_texture.cBrian2007-08-071-0/+1
|
* s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.cBrian2007-08-071-2/+1
|
* added xm_softpipe.cBrian2007-08-061-0/+1
|
* added st_cb_texture.cBrian2007-08-061-0/+1
|
* Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian2007-08-061-0/+1
|
* Add pipe buffer managment functions.Keith Whitwell2007-08-061-0/+1
| | | | | The state_tracker driver needs these to implement, eg. pixel buffer objects, vertex buffer objects.
* added st_cb_fbo.cBrian2007-08-031-0/+1
|
* hook in teximage bitsBrian2007-08-021-0/+1
|
* added st_cb_drawpixels.cBrian2007-08-021-0/+1
|
* Reroute some clear functionality.Keith Whitwell2007-08-021-0/+1
| | | | | Still require the intelClear() call to flush batchbuffers. That will be removed later...
* Build libsoftpipe.aKeith Whitwell2007-08-011-26/+0
| | | | | | | | Each pipe driver will build to a .a library, as these will optionally be included in the various DRI drivers (this will make more sense once there is at least one hardware driver...). Not strictly necessary for softpipe, but want to minimize the differences between it and actual hw implementations.
* Redesign pipe_surface in terms of pipe_region.Brian2007-07-311-1/+2
| | | | | | struct pipe_buffer goes away. Added basic region functions to softpipe to allocate/release malloc'd regions. Surface-related code is fairly coherent now.
* Lots of improvements to the surface-related code.Brian2007-07-301-0/+1
| | | | | | Z testing now works with i915 driver. Add gl_renderbuffer::surface pointer (and reverse pointer). Remove intel_surface and xmesa_surface types - no longer used.
* Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-191-0/+1
| | | | Not sure the generated program looks correct though...
* Implement AA points and AA coverage application in quad pipeline.Brian2007-07-131-0/+1
|
* Added basic occlusion countingBrian2007-07-131-0/+1
|
* Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).Brian2007-07-121-0/+1
| | | | | This removes the notion of multiple color buffers from all other stages. Will need a bit more work when shaders with multiple render targets arrive.
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-121-0/+1
|
* Implement polygon stipple state tracking, application.Brian2007-07-111-0/+2
|
* Begin hooking up stenciling.Brian2007-07-101-0/+1
|
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-9/+13
|
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-051-3/+16
|
* texture object constructionBrian2007-06-291-1/+2
|
* consolidate point/line state into pipe_setup_stateBrian2007-06-261-4/+2
|
* more texture sampler workBrian2007-06-221-0/+2
|
* alpha test and misc changesBrian2007-06-211-0/+1
|
* s/tile/quad/Brian2007-06-201-6/+6
|
* quad blending works now, but many blend terms need to be added in blend_quad().Brian2007-06-201-0/+1
|
* Initial implementation of a software pipeline for quad rasterization ↵Brian2007-06-201-0/+3
| | | | | | (fragment ops). This is very much like the clipper/setup pipeline for primitives.
* Initial work for glClear(), clear color state.Brian2007-06-201-0/+2
|
* hook up point stateBrian2007-06-191-0/+2
|
* Re-org of surface/framebuffer state.Brian2007-06-191-4/+0
| | | | We should be able to render to any depth/format of X window now.
* Added alpha test state.Brian2007-06-181-0/+2
|
* initial framebuffer stateBrian2007-06-151-0/+1
|
* Rename directories again?!Keith Whitwell2007-06-141-30/+33
| | | | Some git wierdness going on.
* added st_atom_depth.cBrian2007-05-301-0/+1
|
* Stencil state.Brian2007-05-241-0/+1
|
* added st_atom_blend.c, st_atom_scissor.cBrian2007-05-241-1/+3
|
* Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell2007-05-241-0/+36
| | | | | This has some limitations as we currently require a mapped framebuffer, so it only really works with double-buffered ximage rgba8888 windows.
* Rename occlude.[ch] to queryobj.[ch]Brian2007-04-211-1/+1
|
* added slang_mem.cBrian2007-04-211-0/+1
|
* added new xm_glide.c fileBrian2007-04-201-0/+1
|
* remove t_vb_arbprogram.cBrian2007-04-161-2/+0
|
* move some code into new slang_ir.c fileBrian2007-03-241-0/+1
|
* Overhaul of error handling.Brian2007-02-261-1/+1
|
* added slang_label.cBrian2007-02-231-0/+1
|
* remove nvvertexec.c, add prog_execute.cBrian2007-02-221-1/+1
|
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-18/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/state.c src/mesa/shader/program.c src/mesa/shader/program.h src/mesa/shader/programopt.c src/mesa/shader/slang/slang_execute.c src/mesa/sources src/mesa/swrast/s_arbshader.c src/mesa/swrast/s_context.c src/mesa/swrast/s_span.c src/mesa/swrast/s_zoom.c src/mesa/tnl/t_context.c src/mesa/tnl/t_save_api.c src/mesa/tnl/t_vb_arbprogram.c src/mesa/tnl/t_vp_build.c src/mesa/tnl/t_vtx_eval.c
| * Helper for rebasing draw requests where min_index != 0.Keith Whitwell2007-01-301-0/+1
| |
| * remove tnl/t_vtx_x86_gcc.S file from sources as it no longer existsRoland Scheidegger2007-01-251-2/+1
| |