draw: add assertion, rearrange debug code
[mesa.git] / src / gallium /
2010-08-03 Brian Pauldraw: add assertion, rearrange debug code
2010-08-03 Marek Olšákst/dri: fix crash when dri2_drawable_get_buffers fails
2010-08-03 Jerome Glisser600g: add polygon offset support
2010-08-03 Jerome Glisser600g: flush and resubmit if we reach limit
2010-08-03 Jerome Glisser600g: fix color target mask
2010-08-03 Zack Rusingallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCY
2010-08-03 Zack Rusingallium/util: add extra primitives to the trimmer
2010-08-03 Jerome Glisser600g: fix stencil
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-03 Marek Olšákr300g: handle polygon offset correctly
2010-08-02 Jerome Glisser600g: split alu block to conform to limit + RCP opcode
2010-08-02 Jerome Glisser600g: add autogenerated reg definition + debug print...
2010-08-02 Marek Olšákr300g: fix hardlock when using more than one stuffed...
2010-08-02 Michal Krolutil: Fix unpacking of R8G8Bx_SNORM format.
2010-08-02 Dave Airlier600g: add stencil op/func translation
2010-08-02 Dave Airlier600g: initial alpha test state
2010-08-02 Dave Airlier600g: add initial blend state.
2010-08-02 Dave Airlier600g: set correct tex coord type for rect textures.
2010-08-02 Dave Airlier600g: make r600_db_format static.
2010-08-01 Dave Airliedraw: fix warning in sse code.
2010-08-01 Marek Olšákr300g: fix microtiling on RS6xx
2010-08-01 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Vinson Leer600g: Remove unnecessary header.
2010-07-31 Chia-I Wuegl: Add checks for EGL_MESA_screen_surface.
2010-07-31 Vinson Leest/dri: Remove unnecessary headers.
2010-07-30 Jerome Glisser600g: add KIL opcode support
2010-07-30 George Sapountzisst/dri: move backend hooks to appropriate object
2010-07-30 George Sapountzisst/dri: drop dri1_helper
2010-07-30 George Sapountzisst/dri: mv driDriverAPI to backends
2010-07-30 Vinson Leellvmpipe: Silence unused value warning.
2010-07-30 Zack Rusindraw: actually a noop, rather than not implemented
2010-07-30 Brian Paultgsi: remove incorrect assertion
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Chia-I Wuutil: Fix the range of util_draw_elements_instanced.
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-30 Jerome Glisser600g: fix typo in tex instruction + shader semantic...
2010-07-30 Keith Whitwellutil: more helpers for old draw code
2010-07-29 Brian Paulllvmpipe: fix on-debug build breakage
2010-07-29 Brian Paulllvmpipe: added some jit debug code
2010-07-29 Brian Pauldraw: do bounds checking of array elements (debug only)
2010-07-29 Brian Pauldraw: assorted clean-ups in clipper code
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Brian Pauldraw: add vertex buffer offset in draw_print_arrays()
2010-07-29 Brian Paulllvmpipe: silence warnings in lp_test_sincos.c
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
2010-07-29 Marek Olšákr300g/swtcl: fix crash in ETQW and minor fixups
2010-07-29 Marek Olšákr300g/swtcl: fix crash after the draw_vbo merge
2010-07-29 Brian Paulllvmpipe: also test the new lp_build_assert() function
2010-07-29 Brian Paulllvmpipe: don't call LLVMCreateJITCompiler() twice
2010-07-29 Brian Paulgallivm: added lp_build_assert() function to make asser...
2010-07-29 José FonsecaRevert "gallivm: fix lp_build_sample_offset() crash...
2010-07-29 Brian Paulgallivm: fix lp_build_sample_offset() crash when indexi...
2010-07-29 Keith Whitwellutil: add uint version of pack_z_stencil
2010-07-29 José Fonsecascons: Use the current python executable for code gener...
2010-07-29 José Fonsecadraw: Also emit EMMS on generated LLVM IR.
2010-07-29 José Fonsecallvmpipe: Avoid corrupting the FPU stack with MMX instr...
2010-07-29 José Fonsecautil: Don't include xmmintrin.h.
2010-07-29 Chia-I Wust/python: Adapt to interface change.
2010-07-29 Chia-I Wugraw/tests: Use pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Avoid void pointer arithmetic.
2010-07-29 Chia-I Wugallium/docs: Document draw_vbo and set_index_buffer.
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Use unified pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-07-29 Chia-I Wugallium: Add pipe_context::draw_vbo and pipe_context...
2010-07-29 Kristian HøgsbergUntangle gallium/egl/glx source sharing mess and make...
2010-07-29 Jerome Glisser600g: state context ptr in sampler_view & add I8/L8...
2010-07-28 Jerome Glisser600g: switch btw flat/linear interpolation
2010-07-28 Jerome Glisser600g: split pipe state creating/binding from hw state...
2010-07-28 Jerome Glisser600g: cleanup resource buffer/texture mess
2010-07-28 Jerome Glisser600g: add lrp instruction support
2010-07-28 Jerome Glisser600g: actualy fix the literal emission
2010-07-28 Vinson Leegallium/docs: Fix VMware spelling.
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-28 Dave Airlier600g: fix up segfault with variation between views...
2010-07-28 Corbin Simpsongallium/docs: Fix VMware spelling.
2010-07-28 Dave Airlier600g: use gallium util for float->ui conversion
2010-07-28 Vinson Leescons: Fix sunos5 build.
2010-07-28 Jerome Glisser600g: texture support
2010-07-27 Brian Paulllvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()
2010-07-27 Vinson Leer600g: Move declaration before code.
2010-07-27 Jakob Bornecrantzswrastg: Add SWRAST_NO_PRESENT option to not send updat...
2010-07-27 Jerome Glisser600g: always emit literal after emiting an alu instruction
2010-07-27 José Fonsecallvmpipe: Use lp_build_select_bitwise() where appropriate.
2010-07-27 José Fonsecagallivm: Add lp_build_select_bitwise() alternative...
2010-07-27 Brian Paulcell: comment-out unused fields, functions
2010-07-27 Brian Paulcell: make functions static
2010-07-27 Brian Paulcell: fix segfault when freeing samplers
2010-07-27 Brian Paulcell: comment-out unneeded padding field
2010-07-27 Brian Paulcell: added const qualifier
2010-07-27 Brian Paulutil: fix unused function warning on non-x86
2010-07-26 nobledst/egl: Fix debug line
2010-07-26 nobledutil: fix CPU detection on OS X
2010-07-26 nobledst/xorg: fix use-after-free
2010-07-26 Jakob Bornecrantzi965g: Enable llvm in dri driver if built
2010-07-26 nobledi915g: Fix llvm build
2010-07-26 Stephan Schmidr600g: implememt the LIT instruction
2010-07-26 Marek Olšákutil: fix another mutex leak in mempool
2010-07-26 Marek Olšákutil: fix mutex leaks in mempool
2010-07-26 Dave Airlier300g: fix macro substitution problem
next