summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Clean up xmesa winsys stuffBrian2007-10-314-74/+55
| | | | Plug xmesa_is_format_supported() into the softpipe_winsys object.
* update comments for pipe_contextBrian2007-10-311-2/+7
|
* remove some extension #definesBrian2007-10-311-11/+0
|
* ObsoleteBrian2007-10-311-41/+0
|
* remove xm_dd.c from buildBrian2007-10-311-1/+0
|
* move few remaining bits of xm_dd.c into xm_api.cBrian2007-10-313-59/+57
|
* move dither kernels/tables to xm_span.cBrian2007-10-312-19/+20
|
* Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()Brian2007-10-315-118/+1
|
* move surface clear functions to xm_buffer.cBrian2007-10-312-145/+174
|
* clean-up includesBrian2007-10-314-32/+10
|
* remove HPCR supportBrian2007-10-315-568/+1
|
* get rid of xmesa_clear_buffers()Brian2007-10-313-51/+4
|
* don't pass x,y,width,height to clear functionsBrian2007-10-312-80/+39
|
* remove get_string, test_proxy_teximageBrian2007-10-311-66/+0
|
* remove timer_query, s3tc extension bitsBrian2007-10-312-110/+0
|
* Start removing old driver funcs like ColorMask, ClearColor, etc.Brian2007-10-314-129/+34
|
* remove FX/glide stuffBrian2007-10-312-27/+0
|
* remove tnl/swrast codeBrian2007-10-313-61/+0
|
* ObsoleteBrian2007-10-312-2385/+0
|
* remove dead swrast/tnl codeBrian2007-10-311-60/+0
|
* disable swrast/tnl stuffBrian2007-10-311-0/+8
|
* remove Draw/CopyPixels functionsBrian2007-10-311-279/+5
|
* omit X point/line/triangle routinesBrian2007-10-313-4/+5
|
* switch to Xlib driver in pipe/xlib/Brian2007-10-311-12/+11
|
* Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian2007-10-3119-0/+18666
|
* Update texenvprogram.c code to use prog_cache.c routines.Brian2007-10-314-155/+9
|
* remove dead program cache codeBrian2007-10-314-1638/+1
|
* No longer need st_update_tnl atomBrian2007-10-312-2/+0
|
* No longer need st_update_tnl atom.Brian2007-10-311-1/+0
|
* more flags for MaintainTnlProgram case, update #includesBrian2007-10-311-2/+4
|
* Use ffvertex_prog.c code instead of t_vp_build.c code.Brian2007-10-316-5/+16
|
* fix some breakage from lifting vbo/tnl codeBrian2007-10-311-4/+10
|
* Lift fixed function vertex program generation up from tnl module.Brian2007-10-312-0/+1588
|
* fix type for Samplers fieldBrian2007-10-311-1/+1
|
* alloc caches for fixed-func vertex/fragment progsBrian2007-10-312-0/+11
|
* move a few lines of codeBrian2007-10-311-5/+4
|
* Lift VBO/tnl stuff up out of driversBrian2007-10-313-15/+22
|
* remove intelInvalidateStateBrian2007-10-311-13/+0
|
* plug st_invalidate_state() into ctx->Driver.UpdateStateBrian2007-10-311-0/+10
| | | | Start lifting Mesa stuff up out of winsys/driver code.
* re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
|
* Hold the vertex buffer handle.José Fonseca2007-10-312-8/+13
|
* Handle TGSI_OPCODE_RET.José Fonseca2007-10-311-0/+4
|
* Allow more verbose error output.José Fonseca2007-10-312-4/+14
|
* Chain vertex buffers into the batch buffer.José Fonseca2007-10-312-24/+52
|
* Implement shader concatenation for glBitmap.Brian2007-10-302-39/+81
|
* fix InputsRead bug in _mesa_combine_programs()Brian2007-10-301-2/+6
|
* special-case KIL/KIL_NVBrian2007-10-301-1/+19
|
* combine shaders for glCopyPixelsBrian2007-10-301-79/+64
|
* Use program serial numbers to avoid re-generating fragment programs for ↵Brian2007-10-305-28/+58
| | | | glDrawPixels.
* Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ↵Brian2007-10-301-2/+10
| | | | do pixel transfer in the fragment program.