Merge branch 'mesa_7_6_branch'
[mesa.git] / src / gallium / drivers /
2009-10-08 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-07 Vinson Leei915g: Fix MSVC build.
2009-10-07 Brian Paulsoftpipe: new comments
2009-10-07 Brian Paulsoftpipe: whitespace and comment fixes
2009-10-07 Brian Paulsoftpipe: prefix non-static functions with sp_
2009-10-07 Nicolai HähnleMerge branch 'master' into r300g-glsl
2009-10-07 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-10-07 Jakob Bornecrantzi915g: Use buffer write instead of map for lit vertices
2009-10-07 Jakob Bornecrantzi915g: Change order of buffer_write arguments
2009-10-07 Jakob Bornecrantzi915g: Disable vbuf fifo and minor commenting of vbuf...
2009-10-07 Younes Mantonnv04-nv40: Fix swizzle transfers for NPOT sizes.
2009-10-06 Ben Skeggsnv50: fix segfault when there's gaps in enabled texture...
2009-10-06 Jakob Bornecrantzi915g: Tweek vertexbuffer size
2009-10-05 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-05 Jakob Bornecrantzi915g: Drop the simple sufix
2009-10-05 Jakob Bornecrantzi965g: Drop i965simple
2009-10-05 Joakim Sindholtr300g: fix scons build
2009-10-05 Ben Skeggsnv50: support PIPE_FORMAT_X8R8G8B8_UNORM
2009-10-04 José Fonsecallvmpipe: Ensure tile cache transfers are mapped before...
2009-10-04 José Fonsecallvmpipe: Autogenerate lp_tile_soa.c from u_format...
2009-10-04 José Fonsecallvmpipe: Remove loop testing from format testing.
2009-10-04 José Fonsecallvmpipe: Match header's protection macro with filename.
2009-10-04 José Fonsecallvmpipe: Adjust format assertion.
2009-10-04 Corbin Simpsonr300g: xRGB and RGBx formats.
2009-10-04 Nicolai Hähnler300/compiler: Refactor to allow different instruction...
2009-10-03 Nicolai Hähnler300/compiler: Introduce control flow instructions...
2009-10-03 José Fonsecallvmpipe: Fetch tile only if a color buffer is bound.
2009-10-03 Nicolai HähnleMerge branch 'master' into r300-compiler
2009-10-03 Nicolai Hähnler300g: Do not abort on fragment program compiler error
2009-10-03 Nicolai Hähnler300g: Remove an unnecessarily created pipe buffer...
2009-10-03 Nicolai Hähnler300g: Reset vbo_offset after allocation of a new buffer
2009-10-02 Michel Dänzergallium: Preparations for adding more PIPE_TRANSFER_...
2009-10-02 Brian Paulgallium: replace // comments with /* */
2009-10-02 Younes Mantong3dvl: Copyright blocks.
2009-10-02 Younes Mantong3dvl: Color space conv interface & vl impl.
2009-10-01 Brian PaulMerge branch 'mesa_7_6_branch'
2009-10-01 Robert Nolandutil: Enable sockets on BSD
2009-10-01 Keith Whitwellgallium: remove depth.occlusion_count flag
2009-09-29 José Fonsecallvmpipe: Workaround for bug in llvm 2.5.
2009-09-29 José Fonsecallvmpipe: First verify LLVM IR, only then run optimizin...
2009-09-29 José Fonsecallvmpipe: Runtime cpu checks for lp_build_min_simple...
2009-09-29 José Fonsecallvmpipe: Implement non SSE4.1 versions of floor and...
2009-09-29 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-29 Brian Paulsoftpipe: initialize the clear_flags bitvector in sp_cr...
2009-09-29 Brian Paulsoftpipe: Grab a ref when the fb is set.
2009-09-29 José Fonsecallvmpipe: Emit SSE intrinsics based on runtime cpu...
2009-09-29 Vinson Leei915: Fix MSVC build.
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Younes Mantonllvmpipe: Grab a ref when the fb is set.
2009-09-28 José Fonsecasoftpipe: Fix MSVC build.
2009-09-28 Cooper Yuanr300g: fix r300g cause GPU hang issue.
2009-09-28 Younes Mantong3dvl: Formatting and cleanups.
2009-09-27 Younes Mantong3dvl: pipe_video_context interface, softpipe impl...
2009-09-27 Maciej Cencorar300g: fix erroneous condition
2009-09-27 Maciej Cencorar300g: don't force vertex position for HW TCL path
2009-09-27 Maciej Cencorar300g: add some assertions
2009-09-27 Maciej Cencorar300g: plug memory leak
2009-09-27 Maciej Cencorar300g: add some debugging info
2009-09-27 Dave Airlier300g: fix r300 rs path
2009-09-27 Dave Airlier300g: rewrite RS state setup.
2009-09-27 Dave Airlier300g: silence compiler warning
2009-09-27 Jakob Bornecrantzi915g: Submit direct vertex buffers
2009-09-27 Jakob Bornecrantzi915g: Fix warning
2009-09-27 Jakob Bornecrantzi915g: Tile shared buffers as well
2009-09-27 Jakob Bornecrantzi915g: Use boolean
2009-09-27 Younes Mantonsoftpipe: Grab a ref when the fb is set.
2009-09-26 Dave Airlier300g: add tx depth support in register.
2009-09-26 Dave Airlier300g: only pass complete texture state to hw setup...
2009-09-26 Dave Airlier300g: add missing break in OQ emit
2009-09-26 José Fonsecallvmpipe: Allow building with LLVM 2.6 too.
2009-09-26 Dave Airlier300g: report GL1.5, enable cap bits for OQ and shadow.
2009-09-26 Dave Airlier300g: add z16 unorm texture format
2009-09-26 Dave Airlier300g: fix texture pitch to correct value.
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Michal Krolsoftpipe: Grab fs output z from the correct file.
2009-09-25 Michal Krolsoftpipe: Do not advertise support for L16 and YCBCR...
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Christoph Bumillernv50: fix TEX for WriteMask not equal 0xf
2009-09-25 Christoph Bumillernv50: actually enable view volume clipping
2009-09-25 Christoph Bumillernv50: RCP and RSQ cannot load from VP inputs
2009-09-25 Christoph Bumillernv50: fix CEIL and TRUNC
2009-09-25 Christoph Bumillernv50: implement BGNLOOP, BRK, ENDLOOP
2009-09-25 Christoph Bumillernv50: implement IF, ELSE, ENDIF opcodes
2009-09-25 Cooper Yuanr300g: add texture format for xvmc
2009-09-24 Brian Paulllvmpipe: add missing __FUNCTION__ parameter to debug_p...
2009-09-24 Brian Paulllvmpipe: increase max 3D texture size to 256
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Vinson Leesoftpipe: Increase GL_MAX_3D_TEXTURE_SIZE to 256.
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Brian Paulgallium/trace: casts to silence warnings
2009-09-24 Keith Whitwelltrace: fix printf warnings
2009-09-24 Keith Whitwellsoftpipe: fix compiler warnings
2009-09-24 José Fonsecasoftpipe: Use portable INLINE macro.
2009-09-24 José Fonsecasoftpipe: Update SConscript.
next