summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-04-03i965: s/GL_FALSE/BRW_COMPRESSION_NONE/Brian Paul
2009-04-03i965: another checkpoint commit of new constant buffer supportBrian Paul
2009-04-03i965: fix response length param in brw_dp_READ_4()Brian Paul
2009-04-03i965: change args to get_src_reg() to prep for new constant buffer supportBrian Paul
2009-04-03i965: check-point commit of new constant buffer supportBrian Paul
2009-04-03i965: remove unused code for sampling a constant bufferBrian Paul
2009-04-03i965: code to setup a constant buffer samplerBrian Paul
2009-04-03i965: do negation and Abs in get_src_reg_imm()Brian Paul
2009-04-03i965: commentsBrian Paul
2009-04-03i965: code to debug/dump instruction immediatesBrian Paul
2009-04-03i965: minor code movement, new commentBrian Paul
2009-04-03i965: added new brw_dp_READ_4() functionBrian Paul
2009-04-03i965: new and updated commentsBrian Paul
2009-04-03i965: comments for brw_SAMPLE()Brian Paul
2009-04-03i965: comments for sampling codeBrian Paul
2009-04-03i965: add support for float literal instruction operandsBrian Paul
2009-04-03i965: remove 'nr' param from get_src/dst_reg() functionsBrian Paul
2009-04-03i965: fix comment typoBrian Paul
2009-04-03i965: comments, clean-up in prepare_wm_surfaces()Brian Paul
2009-04-03i965: remove unneeded #includesBrian Paul
2009-04-03i965: formatting clean-upsBrian Paul
2009-04-03i965: comments, whitespace changesBrian Paul
2009-04-03i965: rename scratch_buffer -> scratch_bo to be consistant with other buffersBrian Paul
2009-04-03i965: fix indentationBrian Paul
2009-04-03i965: whitespace changes, commentsBrian Paul
2009-04-02dri glx: Fix dri_util::driBindContextThomas Hellstrom
2009-04-02dri glx: Propagate driver MakeCurrent errors.Thomas Hellstrom
2009-04-02radeon/r200/r300: fix up the whole buffer space checking.Dave Airlie
2009-04-02radeon/common: use glCtx not ctxDave Airlie
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-04-02radeon: tiling supportDave Airlie
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-04-02r300: fix qtdemo qt4 startupDave Airlie
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-04-01radeon: fixup render buffer cleanupsDave Airlie
2009-03-31radeon/dri2: if the depth buffer is 16-bit force cpp == 2Dave Airlie
2009-03-31radeon: fix pixel readback for RGB8 testsDave Airlie
2009-03-31r200: fix glean pixelFormats regressionDave Airlie
2009-03-31r300: fix stencil clearsDave Airlie
2009-03-31r200: only set all dirty on kernel clearsDave Airlie
2009-03-31radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL supportDave Airlie
2009-03-31r200: fix veclinear emissionDave Airlie
2009-03-30intel: Avoid mapping the texture image for CopyTex{,Sub}ImageAdam Jackson
2009-03-30radeon: fix readback problem for piglit testsDave Airlie
2009-03-28i965: srgb texture fixesRoland Scheidegger
2009-03-28i965: add support for signed rgba texture formatRoland Scheidegger
2009-03-28fix various small intel blitter issuesRoland Scheidegger
2009-03-26radeon/r200/r300: set correct row stride for rbsDave Airlie
2009-03-26r300: check buffer sizes in non-tcl case + set correct VRAM limitsDave Airlie
2009-03-26radeon: fixup map/unmap texture to work with override BOsDave Airlie