2007-11-01 |
Brian | Obsolete file |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | remove xmesa_set_renderbuffer_funcs() |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | disable/omit renderbuffer span code |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | disable/omit renderbuffer span code |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | remove unused funcs, macros |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | xget_image() wrapper to catch BadMatch errors |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | move dither kernels to xm_surface.c |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | fix some tile clipping bugs |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | move CLIP_TILE, add comments |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | rewrite xmesa_get_tile_rgba() to not use span funcs |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | reimplement xmesa_put_tile_rgba() w/out span funcs |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | implement get/put_tile() for xlib driver |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | Implement surface clearing w/out dependency on XMesa... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | make winsys objects singletons, comments |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | Clean up xmesa winsys stuff |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Brian | update comments for pipe_context |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove some extension #defines |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Obsolete |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove xm_dd.c from build |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | move few remaining bits of xm_dd.c into xm_api.c |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | move dither kernels/tables to xm_span.c |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Remove xmesa_update_state(), which was called by ctx... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | move surface clear functions to xm_buffer.c |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | clean-up includes |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove HPCR support |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | get rid of xmesa_clear_buffers() |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | don't pass x,y,width,height to clear functions |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove get_string, test_proxy_teximage |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove timer_query, s3tc extension bits |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Start removing old driver funcs like ColorMask, ClearCo... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove FX/glide stuff |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove tnl/swrast code |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Obsolete |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove dead swrast/tnl code |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | disable swrast/tnl stuff |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove Draw/CopyPixels functions |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | omit X point/line/triangle routines |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | switch to Xlib driver in pipe/xlib/ |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Copy of xlib driver. This will get trimmed down a... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Update texenvprogram.c code to use prog_cache.c routines. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove dead program cache code |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | No longer need st_update_tnl atom |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | No longer need st_update_tnl atom. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | more flags for MaintainTnlProgram case, update #includes |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Use ffvertex_prog.c code instead of t_vp_build.c code. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | fix some breakage from lifting vbo/tnl code |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Lift fixed function vertex program generation up from... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | fix type for Samplers field |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | alloc caches for fixed-func vertex/fragment progs |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | move a few lines of code |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Lift VBO/tnl stuff up out of drivers |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | remove intelInvalidateState |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | plug st_invalidate_state() into ctx->Driver.UpdateState |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | re-enable fb size assertions which were previously... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
José Fonseca | Hold the vertex buffer handle. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
José Fonseca | Handle TGSI_OPCODE_RET. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
José Fonseca | Allow more verbose error output. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
José Fonseca | Chain vertex buffers into the batch buffer. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | Implement shader concatenation for glBitmap. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | fix InputsRead bug in _mesa_combine_programs() |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Brian | special-case KIL/KIL_NV |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | combine shaders for glCopyPixels |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Use program serial numbers to avoid re-generating fragm... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Before calling texformat->StoreImage() set _ImageTransf... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | color matrix |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | more additions for COLOR_MATRIX, etc |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | add state vars for color matrix, pixel transfer scale... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | start using program cache |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added pixel_transfer_cache |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added prog_cache.c |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Program cache functions. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Michel Dänzer | tgsi_translate_mesa_program: Don't crash when program... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Disable debug code. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Remove obsolete files |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Rename file since it's now a state atom |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | checkpoint: combine pixel transfer and user shader... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | make st_upload_constants() public |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added pixel_transfer_program field |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added st_update_pixel_transfer atom |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | bug fixes, implement state atom for pixel transfer |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | check for NULL ptr in _mesa_print_parameter_list() |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Set _NEW_BUFFERS in glRead/DrawBuffer(). |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | comment unused 'cb' field |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | update comments, fix typo |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | make _mesa_combine_programs() params const |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added st_pixeltransfer.c |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Initial version of st_get_pixel_transfer_program(). |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | Added _mesa_combine_programs() for concatenating two... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Brian | added _mesa_combine_parameter_lists() |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Switch to using LLVM builder. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Refactor vector extraction. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Export true C based builtins to a file of its own. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Rename to better reflect what it's really doing. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Code cleanups. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Cleanup constant vector handling a bit. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Dump only relevant functions when in the debugging... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Change the way we handle temporaries in LLVM translation. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Zack Rusin | Enable immediates in TGSI and work with them in LLVM... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Brian | minor code simplification |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Brian | fix memcpy bugs |
commit | commitdiff | tree | snapshot |
next |