Initial pull of code from r6xx-r7xx-support branch
[mesa.git] / src / mesa / drivers /
2009-04-21 Richard LiInitial pull of code from r6xx-r7xx-support branch
2009-04-10 Alex DeucherFix build errors from merge
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-10 Alex DeucherRemove r500 stuff
2009-04-09 Alex DeucherR600/r700: add new cmdbuf macros
2009-04-09 Alex DeucherR6xx/R7xx: r300 -> r600 symbols
2009-04-09 Dave Airlier300: fix color tiling
2009-04-09 Maciej Cencorar300: reorder fog coordinate and WPOS fp attributes
2009-04-09 Maciej Cencorar300: fix regression from swtcl rewrite
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-08 Alex DeucherR600: initial copy of r300 code
2009-04-07 Alex Deucherradeon: fix compiler warning
2009-04-07 Maciej Cencorar300: swtcl rewrite and cleanup
2009-04-07 Dave Airlieradeon/r200/r300: fix missing dma buffer validation
2009-04-07 Dave Airlieradeon: fix bocs wrapper
2009-04-06 Eric Anholtintel: Avoid dri2 GetBuffers round-trips for internal...
2009-04-06 Eric Anholti965: Use GTT maps when available to upload vertex...
2009-04-06 Eric Anholtintel: Clean up some a leftover from sedding of bufmgr...
2009-04-06 Jerome Glisseradeon: add support for new ttm
2009-04-06 Michel Dänzerradeon: Expose a 32 bit RGBA fbconfig even when the...
2009-04-03 Brian Paulintel: #include texgetimage.h
2009-04-03 Brian Paulmesa: move glGetTexImage(), glGetCompresssedTexImage...
2009-04-03 Brian Paulmesa: rename some gl_light fields to be clearer
2009-04-03 Brian Pauli965: remove unused var
2009-04-03 Brian Pauli965: more const buffer debug code
2009-04-03 Brian Pauli965: added brw_same_reg()
2009-04-03 Brian Pauli965: s/GL_FALSE/BRW_COMPRESSION_NONE/
2009-04-03 Brian Pauli965: another checkpoint commit of new constant buffer...
2009-04-03 Brian Pauli965: fix response length param in brw_dp_READ_4()
2009-04-03 Brian Pauli965: change args to get_src_reg() to prep for new...
2009-04-03 Brian Pauli965: check-point commit of new constant buffer support
2009-04-03 Brian Pauli965: remove unused code for sampling a constant buffer
2009-04-03 Brian Pauli965: code to setup a constant buffer sampler
2009-04-03 Brian Pauli965: do negation and Abs in get_src_reg_imm()
2009-04-03 Brian Pauli965: comments
2009-04-03 Brian Pauli965: code to debug/dump instruction immediates
2009-04-03 Brian Pauli965: minor code movement, new comment
2009-04-03 Brian Pauli965: added new brw_dp_READ_4() function
2009-04-03 Brian Pauli965: new and updated comments
2009-04-03 Brian Pauli965: comments for brw_SAMPLE()
2009-04-03 Brian Pauli965: comments for sampling code
2009-04-03 Brian Pauli965: add support for float literal instruction operands
2009-04-03 Brian Pauli965: remove 'nr' param from get_src/dst_reg() functions
2009-04-03 Brian Pauli965: fix comment typo
2009-04-03 Brian Pauli965: comments, clean-up in prepare_wm_surfaces()
2009-04-03 Brian Pauli965: remove unneeded #includes
2009-04-03 Brian Pauli965: formatting clean-ups
2009-04-03 Brian Pauli965: comments, whitespace changes
2009-04-03 Brian Pauli965: rename scratch_buffer -> scratch_bo to be consist...
2009-04-03 Brian Pauli965: fix indentation
2009-04-03 Brian Pauli965: whitespace changes, comments
2009-04-02 Thomas Hellstromdri glx: Fix dri_util::driBindContext
2009-04-02 Thomas Hellstromdri glx: Propagate driver MakeCurrent errors.
2009-04-02 Dave Airlieradeon/r200/r300: fix up the whole buffer space checking.
2009-04-02 Dave Airlieradeon/common: use glCtx not ctx
2009-04-02 Dave Airlieradeon/r200/r300: collapse context destruction down...
2009-04-02 Dave Airlieradeon: tiling support
2009-04-02 Brian Pauldri: use BorderColor instead of _BorderChan
2009-04-02 Dave Airlier300: fix qtdemo qt4 startup
2009-04-01 Dave Airlieradeon: go back and repick texture formats.
2009-04-01 Dave Airlieradeon: fixup render buffer cleanups
2009-03-31 Dave Airlieradeon/dri2: if the depth buffer is 16-bit force cpp...
2009-03-31 Dave Airlieradeon: fix pixel readback for RGB8 tests
2009-03-31 Dave Airlier200: fix glean pixelFormats regression
2009-03-31 Dave Airlier300: fix stencil clears
2009-03-31 Dave Airlier200: only set all dirty on kernel clears
2009-03-31 Dave Airlieradeon/r200: fix glean failures on readPixSanity since...
2009-03-31 Dave Airlier200: fix veclinear emission
2009-03-30 Adam Jacksonintel: Avoid mapping the texture image for CopyTex...
2009-03-30 Dave Airlieradeon: fix readback problem for piglit tests
2009-03-28 Roland Scheideggeri965: srgb texture fixes
2009-03-28 Roland Scheideggeri965: add support for signed rgba texture format
2009-03-28 Roland Scheideggerfix various small intel blitter issues
2009-03-26 Dave Airlieradeon/r200/r300: set correct row stride for rbs
2009-03-26 Dave Airlier300: check buffer sizes in non-tcl case + set correct...
2009-03-26 Dave Airlieradeon: fixup map/unmap texture to work with override BOs
2009-03-26 Dave Airlier200: add fbo files to the compile
2009-03-25 Maciej Cencorar300: cleanup swtcl a little
2009-03-25 Alan CoopersmithConvert u_int*_t to C99 standard uint*_t
2009-03-25 Alan Coopersmithr300_cmdbuf.c: convert cast to a form supported by...
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-24 Robert Ellisoni965: fix point rasterization when rendering to FBO
2009-03-24 Dave Airlieradeon/r200/r300: fix warnings
2009-03-24 Eric Anholti965: Fix glFrontFacing in twoside GLSL demo.
2009-03-24 Eric Anholti965: Fix fog coordinate g,b,a values when glFrontFacin...
2009-03-24 Eric Anholti965: Clean up a bit of mess with unneeded variables...
2009-03-24 Eric Anholti965: Fix trailing "d" in debug output for 3DSTATE_VERT...
2009-03-24 Dave Airlier300: remove lock.h link
2009-03-24 Dave Airlieradeon: fixup some issue with fbos and sw fallbacks
2009-03-24 Dave Airlieradeon/r200/r300: set the texture depth correctly for...
2009-03-23 Dave Airlieradeon: actual format is rgba8
2009-03-23 Dave Airlieradeon: fix typo
2009-03-23 Dave Airlieradeon: setup pipes for r300
2009-03-23 Dave Airlieradeon: stupid mesa extension fail
2009-03-23 Eric Anholti965: Fix occlusion query when no other WM state update...
2009-03-23 Dave Airlieradeon: fixup wrapper bo name
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-23 Dave Airlieraedon/r200/r300: mega-FBO commits.
2009-03-22 Dave Airlieradeon fbo: add draw offset calcs
2009-03-22 Dave Airlieradeon/r200/r300: add support for new tfp interface
next