2007-10-24 |
Brian | Undo indexOffset change (I think, git???) |
commit | commitdiff | tree |
2007-10-24 |
Brian | add to git |
commit | commitdiff | tree |
2007-10-24 |
Brian | Implement gl_PointCoord attribute for GLSL fragment... |
commit | commitdiff | tree |
2007-10-24 |
Brian | print CAL label |
commit | commitdiff | tree |
2007-10-24 |
Brian | fix bug in RET code |
commit | commitdiff | tree |
2007-10-24 |
Brian | better debug output |
commit | commitdiff | tree |
2007-10-24 |
Brian | a bit more work for optimizing clears in tile cache... |
commit | commitdiff | tree |
2007-10-24 |
Brian | flush pipe in draw_stencil_pixels() |
commit | commitdiff | tree |
2007-10-24 |
Brian | get_tile() for z16, z32, s8z24 surfaces needs to return... |
commit | commitdiff | tree |
2007-10-24 |
Brian | added a pipe->flush() call in xmesa_clear() |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Add copyright headers and do some cleanups. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Remove the silly function and remove the bogus comment. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Cleanup some code. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement arl, lerp opcodes and do a first stab at... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement cross product and abs opcode |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement extended swizzling. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement SGE and SLT |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Introduce linux-llvm target. Remove the llvm code from... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Align the load/stores. Reduce the amount of debugging... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Cleanup some of the debugging output code |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Make lit work but in a very lame way - will have to... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Muchos fixos. gears kinda works. and cases don't crash. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | implement min and max |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Fix some warnings and implement lg2 |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement frc and floor |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement ex2 opcode |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement dst opcode |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement dph opcode |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement dot4 opcode |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement pow/rcp and sub opcodes |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Add the "add" opcode and assert one vp if an opcode... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Refactor the tgsi->llvm storage translator |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement basic opcode translation and storage translation. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Draw first triangle. Start on the llvm builder. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Cleanup some of the testing code. Implement first pass... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Execution engine is a singleton, for now keep it in... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Generate the base shader. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Implement the conversion and do the initial execution... |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Stub out some conversion. |
commit | commitdiff | tree |
2007-10-24 |
Zack Rusin | Initial stab at LLVM integration. |
commit | commitdiff | tree |
2007-10-23 |
Brian | Fix vertex cache bug that allows multiple vertices... |
commit | commitdiff | tree |
2007-10-23 |
Brian | added comment |
commit | commitdiff | tree |
2007-10-23 |
Brian | In get_vertex(), slot was computed using & 31. Replace... |
commit | commitdiff | tree |
2007-10-23 |
Brian | adjust coords in wide_line() to be conformant |
commit | commitdiff | tree |
2007-10-23 |
Brian | properly init dst reg's CondMask/Swizzle fields |
commit | commitdiff | tree |
2007-10-23 |
Brian | bump up MAX_INSTRUCTIONS and add an assertion to catch... |
commit | commitdiff | tree |
2007-10-23 |
Brian | Don't pad renderbuffers to multiple of two pixels anymore. |
commit | commitdiff | tree |
2007-10-22 |
Brian | don't apply ColorMask to main gc |
commit | commitdiff | tree |
2007-10-22 |
Brian | fix masking bug, memory leak |
commit | commitdiff | tree |
2007-10-22 |
Brian | don't use GL types for get/put_tile() params |
commit | commitdiff | tree |
2007-10-22 |
Brian | new flag to control psize (from vertex shader or fixed... |
commit | commitdiff | tree |
2007-10-22 |
Brian | add support for sprite texcoord modes |
commit | commitdiff | tree |
2007-10-22 |
Brian | implement point sprite mode |
commit | commitdiff | tree |
2007-10-22 |
Brian | add point_sprite flag to rasterizer state |
commit | commitdiff | tree |
2007-10-22 |
Brian | remove unused var |
commit | commitdiff | tree |
2007-10-22 |
Brian | tweak point corners to pass conform test |
commit | commitdiff | tree |
2007-10-22 |
Brian | plug the wide prims code into the pipeline |
commit | commitdiff | tree |
2007-10-22 |
Brian | update to working condition |
commit | commitdiff | tree |
2007-10-22 |
Brian | Finish unifying the surface and texture tile caches. |
commit | commitdiff | tree |
2007-10-22 |
keithw | pull clip/ module wide and stippled lines/points code |
commit | commitdiff | tree |
2007-10-22 |
Brian | Start implementing cache routines for textures. |
commit | commitdiff | tree |
2007-10-21 |
Brian | rename some vars |
commit | commitdiff | tree |
2007-10-21 |
Brian | silence warning |
commit | commitdiff | tree |
2007-10-20 |
Brian | Remove obsolete read/write_quad() functions |
commit | commitdiff | tree |
2007-10-20 |
Brian | init sp->sbuf_cache to avoid possible segfault |
commit | commitdiff | tree |
2007-10-20 |
Brian | Call softpipe_unmap_surfaces() in softpipe_flush(). |
commit | commitdiff | tree |
2007-10-20 |
Brian | In region_unmap(), check if region is mapped before... |
commit | commitdiff | tree |
2007-10-20 |
Brian | flush the pipe before accum ops |
commit | commitdiff | tree |
2007-10-20 |
Brian | unmap regions when reallocating renderbuffer storage |
commit | commitdiff | tree |
2007-10-20 |
Brian | renderbuffer tweaks in update_framebuffer_state() |
commit | commitdiff | tree |
2007-10-20 |
Brian | use combined depth/stencil buffer when possible |
commit | commitdiff | tree |
2007-10-20 |
Brian | Convert Z/stencil ops to use cached tiles like colors. |
commit | commitdiff | tree |
2007-10-20 |
Brian | added case for TGSI_OPCODE_END |
commit | commitdiff | tree |
2007-10-19 |
Brian | get/put_tile_raw() funcs for 16/32bpp surfaces |
commit | commitdiff | tree |
2007-10-19 |
Brian | added get/put_tile_raw() methods |
commit | commitdiff | tree |
2007-10-19 |
Brian | don't alloc region in xmesa_surface_alloc(), fixes... |
commit | commitdiff | tree |
2007-10-19 |
Brian | disable debug printf |
commit | commitdiff | tree |
2007-10-19 |
Brian | call Driver.Flush() in _mesa_notifySwapBuffers() |
commit | commitdiff | tree |
2007-10-19 |
Brian | Initial implementation of surface tile caching. |
commit | commitdiff | tree |
2007-10-19 |
Brian | Tile cache functions. |
commit | commitdiff | tree |
2007-10-19 |
Brian | clamp/clip in put_tile(), move softpipe_init_surface_fu... |
commit | commitdiff | tree |
2007-10-18 |
Brian | remove old comment |
commit | commitdiff | tree |
2007-10-18 |
Brian | Alternate CopyPixels path based on get/put_tile(). |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix bug in copy_rect(), use temp vars in sp_region_copy... |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix off-by-one error in CopyPixels src position |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix upside down CopyPixels image |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix function name |
commit | commitdiff | tree |
2007-10-18 |
Brian | checkpoint: code refactoring for glCopyPixels |
commit | commitdiff | tree |
2007-10-18 |
Brian | start implementing glCopyPixels (stencil works) |
commit | commitdiff | tree |
2007-10-18 |
Brian | make read_stencil_pixels() non-static |
commit | commitdiff | tree |
2007-10-18 |
Brian | Change type of shader->executable field from void ... |
commit | commitdiff | tree |
2007-10-18 |
Brian | added const qualifiers |
commit | commitdiff | tree |
2007-10-18 |
Brian | better debug code, silence some warnings |
commit | commitdiff | tree |
2007-10-18 |
Brian | print vertex input mapping |
commit | commitdiff | tree |
2007-10-18 |
Brian | handle fogcoord/raster distance |
commit | commitdiff | tree |
2007-10-18 |
Brian | added st_debug.c |
commit | commitdiff | tree |
2007-10-18 |
Brian | debug functions |
commit | commitdiff | tree |
2007-10-18 |
Brian | fix logic error in stipple_quad() (point/line fragments... |
commit | commitdiff | tree |
2007-10-18 |
Oliver McFadden | Corrected the file permissions in src/mesa/pipe. |
commit | commitdiff | tree |
2007-10-18 |
Oliver McFadden | pipe/draw/draw_context.c:47: error: 'false' undeclared... |
commit | commitdiff | tree |
next |