mesa.git
2009-12-19 Maciej Cencorar300: minor blit rework
2009-12-19 Maciej Cencorar300: better fix for glCopyTexSubImage
2009-12-19 Corbin Simpsonr300g: Fix provoking vertex for non-quads.
2009-12-19 Corbin Simpsonr300g: Respect provoking vertex for trifans.
2009-12-18 Corbin Simpsonr300g: Eliminate a couple more asserts.
2009-12-18 Corbin Simpsonr300g: Nuke r300_vbo.
2009-12-18 Brian Paulprogs/demos: fix glut initialization calls
2009-12-18 Alex Deucherradeon: protect fbo allocation message with debug
2009-12-18 Michal Krolutil: Add util_format_has_alpha(), enclose in extern C.
2009-12-18 Michal Krolutil/pack: Handle the remaining formats with generic...
2009-12-18 Corbin Simpsonutil: Update blitter for u_format changes.
2009-12-18 Corbin SimpsonRevert "r300g: flush CS if a buffer being deleted is...
2009-12-18 Michal KrolMerge branch 'pipe-format-simplify'
2009-12-18 Richard Lir600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.
2009-12-18 Dave Airlieradeon: fix frontbuffer read/drawpixels
2009-12-18 Dave Airlier300g: store own copy of flush_cb and flush data.
2009-12-17 Michal KrolMove the remaining format pf_get_* functions to u_format.h.
2009-12-17 Michal Krolutil: Remove util_format_get_block().
2009-12-17 Michal KrolMerge branch 'master' into pipe-format-simplify
2009-12-17 Michal Krolutil/format: Fix bogus assertion.
2009-12-17 Michal Krols/desc->type/desc->channel[0].type/
2009-12-17 Sedat Dilekglsl/apps: Add dummy install target to fix 'make install'
2009-12-17 Sedat Dilekconfigure.ac: Add glsl to SRC_DIRS
2009-12-17 Michal KrolMerge branch 'glsl-pp-rework-2'
2009-12-17 Dave Airlieradeon: drop assert accessing cref which is meant to...
2009-12-17 Dave Airlieradeon: drop unused members of radeon_state.
2009-12-17 Dave Airlier600: move structs for legacy cmdbuf into cmdbuf C...
2009-12-16 Richard Lir600 : clean a bit to prepare to enable gl2.
2009-12-16 José Fonsecallvmpipe: add LP_DEBUG env var
2009-12-16 Brian Paulllvmpipe: fix broken TGSI_OPCODE_FRC codegen
2009-12-16 Brian Paulllvmpipe: fix broken lp_build_abs()
2009-12-16 Marek Olšákr300g: fix emission of which textures are enabled
2009-12-16 Marek Olšákr300g: clean up the invariant state
2009-12-16 Marek Olšákr300g: clamp vertex indices to [min,max] everywhere
2009-12-16 Marek Olšákr300g: if no colorbuffers are set, disable blending...
2009-12-16 Marek Olšákr300g: set the number of colorbuffers in RB3D_CCTL
2009-12-16 Marek Olšákr300g: remove unnecessary flush in set_sampler_textures
2009-12-16 Marek Olšákr300g: add Z24X8 to the list of unsupported sampler...
2009-12-16 Marek Olšákr300g: add acceleration of the clear, surface_copy...
2009-12-16 Marek Olšákr300g: flush CS if a buffer being deleted is referenced...
2009-12-15 Michel Dänzerr300: Fix typo on < R5xx RS setup for blits.
2009-12-15 Marek Olšákutil/blitter: kill the draw_quad callback
2009-12-15 Marek Olšákutil/blitter: allocate most of the state objects on...
2009-12-15 Marek Olšákutil/blitter: use PIPE_MAX_* limits, and fix a memory...
2009-12-15 Marek Olšákpipe: add PIPE_MAX_TEXTURE_TYPES
2009-12-15 Marek Olšákutil: add blitter
2009-12-15 Marek Olšákutil: add a function which converts 2D coordinates...
2009-12-15 Marek Olšákutil: add new fragment shaders to simple_shaders
2009-12-15 José Fonsecallvmpipe: Fix yet another copynpaste typo in lp_build_l...
2009-12-15 José Fonsecallvmpipe: Fix lp_build_polynomial comment.
2009-12-15 José Fonsecallvmpipe: Fix typo in lp_build_log constant.
2009-12-15 José Fonsecautil: Fix unity value for swizzle 1.
2009-12-15 José Fonsecallvmpipe: Fix bad SI -> FP conversion into lp_build_log...
2009-12-15 José Fonsecautil: Add dl wrappers.
2009-12-15 Michal Kroltgsi/text: Don't use strncasecmp(), it breaks windows...
2009-12-15 Andre Maasikasr600: use _mesa_insert_instructions to fixup wpos inste...
2009-12-15 Andre Maasikasr600: fix typos for vert-tex
2009-12-15 Andre Maasikasr600: fix fragment.position
2009-12-15 Andre Maasikasr600: add support for FRAG_ATTRIB_PNTC
2009-12-15 Andre Maasikasr600: add DDX DDY opcodes
2009-12-14 Richard Lir600 : add texture support for vertex shader.
2009-12-14 Zack Rusintgsi: add properties and system value register
2009-12-14 Maarten Maathuisnouveau: avoid running out of relocs
2009-12-14 Christoph Bumillernv50: be more cautious about using reg_instance
2009-12-14 Michal Kroltgsi/ureg: Add ureg_DECL_gs_input().
2009-12-14 Christoph Bumillernv50: store immediates as uint32
2009-12-13 Patrice Mandinnouveau: nv50: Add missing ctor_immd_4u32 function
2009-12-13 Maciej Cencorar300: enable accelerated support for glCopyTexImage...
2009-12-13 Maciej Cencorar300: fix regression introduced by da73c1ed
2009-12-13 Maciej Cencorar300: fix glCopyTexSubImage
2009-12-13 Christoph Bumillernv50: add proper zslice offset in miptree_surface
2009-12-13 Christoph Bumillernv50: use m2mf z pos instead of calculating offset...
2009-12-13 Christoph Bumillernv50: add craziness for non-constant TXB and TXL
2009-12-12 Patrice MandinRevert "nouveau: nv30: Disable swizzled surface usage...
2009-12-12 Patrice Mandinnouveau: nv30: Disable swizzled surface usage if any...
2009-12-12 Michal KrolRemove grammar module -- no dependencies left.
2009-12-12 Michal Krolslang: Delete a file that is now autogenerated.
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-12 Christoph Bumillernv50: support TXB and TXL
2009-12-12 Christoph Bumillernv50: add S8Z24 depth texture format too
2009-12-12 Christoph Bumillernv50: fix depth comparison func TSC bits
2009-12-12 Christoph Bumillernv50: add src_mask case for IF opcode
2009-12-12 Christoph Bumillernv50: plug memory leak in miptree creation/destruction
2009-12-12 Christoph Bumillernv50: use copies of tgsi src nv50_regs
2009-12-12 Christoph Bumillernv50: support vertex program textures
2009-12-11 Maciej Cencorar300: disable blit debugging info
2009-12-11 Maciej Cencorar300: emit number of used colorbuffers to pass radeon...
2009-12-11 Maciej Cencorar300: setup render target format for r300/r400 cards too
2009-12-11 Maciej Cencorar300: finish blit support for r300
2009-12-11 Maciej Cencoramore blit fixes
2009-12-11 Maciej Cencorablit WIP
2009-12-11 Maciej Cencorar300: use accelerated emit for CopyTex[Sub]Image functions
2009-12-11 Maciej Cencorar300: accelerated blit support
2009-12-11 Maciej Cencorar300: fix wrong assertion
2009-12-11 Maciej Cencorar300: export translateTexFormat function
2009-12-11 Maciej Cencorar300: refactor PVS code and constants emission
2009-12-11 Maciej Cencorar300: refactor R500 fragment program emission
2009-12-11 Maciej Cencorar300: refactor color buffer setup
2009-12-11 Maciej Cencorar300: use _mesa_meta_Clear for buffer clears
2009-12-11 Maciej Cencorar300: minor texture code refactoring
next