12632 Commits (ff7edad0776603aa62b8f684db20c84bde75ea0b)
 

Author SHA1 Message Date
  Ben Skeggs ff7edad077 nv40: Better teximage layout, probably not 100% correct still. 17 years ago
  Ben Skeggs af1a388939 Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1 17 years ago
  Brian 5a6017d496 add PIPE_FORMAT_Z24_S8 support to softpipe patsh 17 years ago
  Brian 0191570f02 initial support for PIPE_FORMAT_Z24_S8 17 years ago
  Ben Skeggs 0655cdcf48 nv40: force reupload of all consts on vtxprog change 17 years ago
  Ben Skeggs 0d0349faff nouveau: temporary workaround for dodgy buffer code 17 years ago
  Ben Skeggs b9b5f4b3c1 nv40: "rect" textures, anisotropic filtering 17 years ago
  Ben Skeggs 30837fd24f nv40: fix a couple of typos 17 years ago
  Ben Skeggs f01e305e98 nv40: use native Z24_S8 format for zeta buffer 17 years ago
  Ben Skeggs 85d626508a Add support for Z24_S8 to GL state tracker. 17 years ago
  Ben Skeggs 04fcee96b1 nv40: track pipe const id 17 years ago
  Ben Skeggs b4c813313a nv40: remove use of temps for KILP, implement KIL 17 years ago
  Ben Skeggs 060127af38 nouveau: update to latest header 18 years ago
  Brian c4f9fbb57f optimize earlyz_quad(), add comments, remove unneeded #includes 18 years ago
  Brian 0204cbb4f1 optimize linear_interpolation(), perspective_interpolation() functions 18 years ago
  Michal Krol 7f718f0476 Implement early depth test. 18 years ago
  Ben Skeggs c7c6253169 nouveau: m2mf fallback path for region copies. 18 years ago
  Ben Skeggs f940603037 nv40: fix thinko == fix 3d textures 18 years ago
  Ben Skeggs a1d622190f nv40: support TXP again 18 years ago
  Ben Skeggs 3ab26c864c nv40: some very rough guesses for get_paramf() 18 years ago
  Ben Skeggs bc449c28c6 nouveau: oops, when'd that disappear.. 18 years ago
  Ben Skeggs 2f33b5b56e nouveau: Very rough cut at gallium winsys + nv40 pipe driver. 18 years ago
  José Fonseca ca7f68a7cf Fix typo 18 years ago
  José Fonseca dec60d33b2 Proper fence reference counting. 18 years ago
  Brian 34a00276c7 more convenient debug code 18 years ago
  Brian aa880bdfa0 Reimplement glRasterPos using the private 'draw' module. 18 years ago
  Brian 6a1154bab0 adjustments so st_feedback_draw_vbo() can be used for glRasterPos 18 years ago
  Brian 95f066fc54 note problem with fragment coord Y orientation 18 years ago
  Brian f361edae5d added a clip-bypass flag to rasterizer state 18 years ago
  José Fonseca 90dd0cb822 Include fences in the i915simple winsys interface. 18 years ago
  Brian 193c85ec7a comments, assertions 18 years ago
  Brian 50a56cd755 minor simplifcation in vertex_fetch() 18 years ago
  Alan Hourihane 33cf20bb45 remove duplicate init func 18 years ago
  Brian 6446986321 Reorganize user-space vertex fields in draw_context into 'user' group. 18 years ago
  Brian 990fe4c0bf remove unneeded #includes, added assertion in draw_compute_vertex_size() 18 years ago
  Brian ec0c5e59c2 Remove unneeded header, draw_prim.h 18 years ago
  Brian 1574611faf Fix minor logic error in get_queued_prim() which caused flushing when there was still room in the prim queue. 18 years ago
  Brian 48863cdd0a new comments 18 years ago
  Brian 03f4a487dd remove unneeded #includes 18 years ago
  Brian 03484d0aae comments, remove unneeded #includes 18 years ago
  Brian f66fed57e6 For TGSI_TEXTURE_2D/RECT, need to provide 3 coords (STP) in case shadow compare mode is enabled. 18 years ago
  Brian 3d8c05f732 Implement shadow comparisons. 18 years ago
  Brian a7be1c5ac2 use pipe_surface_reference() in sp_tile_cache_set_surface() 18 years ago
  Brian c0b2714945 simplify depth_value(), return proper value for Z16 format 18 years ago
  Brian cee1d1328a fix bad width/height code in softpipe_clear() 18 years ago
  Brian ae9fe0f981 Remove TGSI_OPCODE_TXP 18 years ago
  Brian fa63d6d32c check for divide by W flag when translating TGSI_OPCODE_TEX (fixes projected textures) 18 years ago
  Brian 02f7f46fa1 new init_renderbuffer_bits() helper 18 years ago
  Brian 89b7b187dd tweak anisotropic filtering code 18 years ago
  Brian 548eddc964 enable PIPE_CAP_TEXTURE_SHADOW_MAP (but not quite working yet) 18 years ago