summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Collapse)AuthorAgeFilesLines
* Quieten TGSIKeith Whitwell2007-08-091-1/+4
|
* update lod bias, limitsBrian2007-08-081-0/+4
|
* setup frag shader state: color pass-through programBrian2007-08-081-2/+62
|
* debug infoBrian2007-08-071-0/+5
|
* set mt->formatBrian2007-08-071-31/+50
|
* s/intel/st/Brian2007-08-072-127/+127
|
* plug in texture/sampler state updateBrian2007-08-076-7/+28
|
* texture image state handlingBrian2007-08-071-0/+76
|
* New st_init_*_functions() to initialize the driver functions table.Brian2007-08-0614-87/+60
| | | | | We need to do these initializations before initializing the Mesa context because context init involves creating texture/program/etc objects.
* new headerBrian2007-08-061-0/+10
|
* fix asst. warningsBrian2007-08-061-10/+12
|
* use new texture funcsBrian2007-08-061-3/+4
|
* clean-upsBrian2007-08-062-44/+68
|
* new texture functionsBrian2007-08-062-0/+1782
|
* minor renamingBrian2007-08-062-5/+5
|
* Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian2007-08-062-0/+398
|
* Add pipe buffer managment functions.Keith Whitwell2007-08-062-0/+272
| | | | | The state_tracker driver needs these to implement, eg. pixel buffer objects, vertex buffer objects.
* more work on st_choose_pipe_format()Brian2007-08-032-28/+110
|
* framebuffer object functionsBrian2007-08-032-0/+381
|
* hook in teximage bitsBrian2007-08-021-1/+9
|
* trim #includesBrian2007-08-022-4/+0
|
* beginings of teximage functionsBrian2007-08-022-0/+303
|
* pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian2007-08-021-35/+239
| | | | | pipe->clear() only used to clear whole buffers (no scissor) w/out masking. Draw a colored quadrilateral in all other cases.
* call st_init_cb_drawpixelsBrian2007-08-021-0/+2
|
* initial work for textured-quad glDrawPixelsBrian2007-08-022-0/+316
|
* setup more state for clear_with_quad()Brian2007-08-021-18/+31
|
* Implement new draw_vertices() path for simple vertex array drawing, use it ↵Brian2007-08-021-10/+57
| | | | for glClear.
* Remove references to accum buffers in softpipe.Keith Whitwell2007-08-022-8/+14
| | | | Also some minor clear fixes.
* New header file.Brian2007-08-021-0/+37
|
* include st_cb_clear.hBrian2007-08-021-0/+1
|
* sketch out clearing with quadsBrian2007-08-021-5/+79
|
* Reroute some clear functionality.Keith Whitwell2007-08-023-11/+90
| | | | | Still require the intelClear() call to flush batchbuffers. That will be removed later...
* fix assertionsBrian2007-07-311-2/+2
|
* remove some obsolete xmesa remnantsBrian2007-07-301-10/+0
|
* Lots of improvements to the surface-related code.Brian2007-07-301-5/+14
| | | | | | 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.
* disable ProgramStringNotify assertionBrian2007-07-301-0/+2
|
* check scissor stateBrian2007-07-271-1/+5
|
* added GL_FRAGMENT_PROGRAM_NV in st_new_program()Brian2007-07-241-1/+3
|
* Basic fragment programs run now.Brian2007-07-242-5/+21
| | | | | Handling of constants might change. For now, the st_fragment_program struct contains a pipe_constant_buffer (not a pointer).
* use enabled/linked fragment shader in preference to a fragment programBrian2007-07-241-2/+10
|
* Merge branch 'softpipe_0_1_branch' of ↵Brian2007-07-247-36/+140
|\ | | | | | | git+ssh://[email protected]/git/mesa/mesa into softpipe_0_1_branch
| * Trigger tgsi compilation for fragment programs.Keith Whitwell2007-07-197-36/+140
| | | | | | | | Not sure the generated program looks correct though...
* | Fix setup.light_twoside determination.Brian2007-07-131-5/+9
| | | | | | | | | | When a vertex program is used, use value of GL_VERTEX_PROGRAM_TWO_SIDE. Otherwise, if FF lighting, use value of GL_LIGHT_MODEL_TWO_SIDE.
* | Fix more polygon winding, culling confusion.Brian2007-07-131-6/+12
|/ | | | If the determinant of the triangle is positive, its winding is CCW (right-handed coord system).
* Added basic occlusion countingBrian2007-07-131-0/+4
|
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-122-1/+17
|
* Obsolete file.Brian2007-07-111-70/+0
|
* Implement polygon stipple state tracking, application.Brian2007-07-113-0/+64
|
* fix problems with polygon offsetBrian2007-07-101-11/+10
|
* Softpipe: import TGSI tree. Not hooked-up yet.michal2007-07-052-4/+13
|