fix byte vs. pixel offset bug for 3D textures (see bug 17170)
[mesa.git] / src / mesa / drivers /
2008-08-18 Henri Verbeetfix byte vs. pixel offset bug for 3D textures (see...
2008-08-18 Corbin Simpsonr5xx: Add DDX and DDY instructions.
2008-08-14 Dave Airlieintel: remove unneeded mem type and args
2008-08-14 Michel Dänzerr300: Fix 3D texture support.
2008-08-11 Jeremy HuddlestonApple: Cleaned up some linking and dylib ids issues
2008-08-09 Dave Millerdri: fix crash in driGetConfigAttribIndex
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-08-08 Eric Anholt965: cleanups to state emission from aperture checking...
2008-08-06 Xiang, Haihaoi965: update TexSrcUnit for OPCODE_TXB
2008-08-05 Xiang, Haihaodri: Fix write/read depth buffer issue under 16bpp...
2008-08-05 Xiang, Haihaoi965: Use program->SamplerUnits[] to get the appropriat...
2008-07-31 Eric Anholtintel-gem: Always build GEM execbuffer code.
2008-07-31 Jesse Barnesintel: sync to vblank by default
2008-07-30 Eric Anholtintel-gem: Use new getparam to detect kernel GEM support.
2008-07-28 Michel Dänzerr300: Fix off-by-one error in calculation of scissor...
2008-07-27 Nicolai Haehnler300: Fix a crash related to depth textures (triggered...
2008-07-27 Nicolai Haehnler300: Implement ARB_shadow_ambient; add STATE_SHADOW_AM...
2008-07-27 Nicolai Haehnler300: Fix point minmax size
2008-07-27 Nicolai Haehnler300: Implement hardware acceleration for ColorLogicOp
2008-07-27 Nicolai Haehnler500: Handle non-native swizzles in texture instructions
2008-07-27 Nicolai Haehnler500: Redirect TEX writes to output registers
2008-07-27 Eric Anholtintel: Don't return a renderbuffer with alpha when...
2008-07-26 Nicolai Haehnler200: Do not set second coordinate clamping for 1D...
2008-07-26 Nicolai Haehnler300: Always emit LOAD_VBPNTR immediately before index...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Eric Anholtintel: If a tex image doesn't fit in the object's tree...
2008-07-25 Dave Airliei965: fixup format for TFP zero copy
2008-07-25 Dave AirlieRevert "intel: disable zero-copy TFP."
2008-07-25 Dave Airliei965: make tex offset override work..
2008-07-25 Dave Airlieintel: disable zero-copy TFP.
2008-07-24 Jesse Barnesintel: remove buffer swap debug output
2008-07-24 Ian RomanickRevert "965: Fix color clamping issues"
2008-07-23 Pawel Pieczul965: Fix partially transparent textures in Doom 3...
2008-07-23 Eric Anholtintel: Add a little span cache to spead up readpixels...
2008-07-23 Eric Anholtintel-gem: Use pread/pwrite for span access.
2008-07-23 Eric Anholtintel: improve 2d batchbuffer debug output.
2008-07-23 Eric Anholtintel: Fix CopyTexSubImage's src tiling arg for the...
2008-07-23 Eric Anholtintel: move renderbuffer mapping to separate functions.
2008-07-22 Jesse Barnesintel: fix buffer swaps and enable page flipping on 965
2008-07-21 Pawel Pieczul965: Fix color clamping issues
2008-07-18 Ian Romanickintel-gem: Bump driver date
2008-07-18 Xiang, Haihaointel: fix texture border issue. (bug #16697)
2008-07-16 Ian Romanickintel: Clean-up ARB_texture_env_crossbar
2008-07-16 Ian RomanickRemove redundant initalization of MaxTextureUnits
2008-07-15 Blair Sadewitzmesa: extra braces
2008-07-15 Eric Anholtintel-gem: Disable spantmp sse/mmx functions when tile...
2008-07-14 Eric Anholti915: fix build after previous commit.
2008-07-14 Chris Rankinradeon: SetTexOffset support
2008-07-13 Stephane Marchesinnouveau: say goodbye to the old DRI driver...
2008-07-12 Nicolai Haehnler300_fragprog: Use nqssa+dce and program_pair for emit
2008-07-12 Dan NicholsonAlways pass -linker and -ldflags to mklib for shared...
2008-07-12 Dan NicholsonCall mklib with $(SHELL) so the user controls the inter...
2008-07-12 Nicolai Haehnler300: Fix saturate mode handling in radeon_program_alu
2008-07-12 Nicolai Haehnler500: Set Saturate correctly in radeon_program_pair
2008-07-12 Nicolai Haehnler300: Fix input register allocation in radeon_program_pair
2008-07-12 Nicolai Haehnler300: Explicitly set absolute value for the argument...
2008-07-12 Nicolai Haehnler500_fragprog: Major refactoring of final emit
2008-07-12 Nicolai Haehnler500: Add "Not quite SSA" and dead code elimination...
2008-07-12 Nicolai Haehnler500_fragprog: Transform trigonometric functions in...
2008-07-12 Eric Anholtdrm-gem: Use new GEM ioctls for tiling state, and suppo...
2008-07-11 Alex DeucherR300: update vap_cntl values for NUM_FPUS
2008-07-11 Dan NicholsonRemove generated pkg-config files on `make clean'
2008-07-10 Dave Airlieintel: fix batch flushing problem with cliprects handling.
2008-07-09 Xiang, Haihaoi915: fall back to software rendering when shadow compa...
2008-07-08 Xiang, Haihaoi965: official name for GM45 chipset
2008-07-06 Dan NicholsonSet library and header installation directories from...
2008-07-06 Nicolai Haehnler500_fragprog: Fix RSQ with negative parameters
2008-07-06 Nicolai Haehnler300_fragprog: Emulate trigonometric functions in radeo...
2008-07-06 Nicolai Haehnler300: Translate fragment program DST in radeon_program_alu
2008-07-06 Nicolai Haehnler300: Translate fragment program LRP in radeon_program_...
2008-07-06 Nicolai Haehnler300: Allow adding parameters during fragprog transform...
2008-07-05 Nicolai Haehnler300: Correctly scan for used temporary registers
2008-07-05 Nicolai Haehnler500: Major refactoring of fragment program emit
2008-07-05 Nicolai Haehnler300: Remove clause stuff for now in favour of a cloned...
2008-07-05 Nicolai Haehnler500_fragprog: Cleanup some unused variables and code.
2008-07-05 Nicolai Haehnler500: Fix a mixup in fragment program LRP instruction...
2008-07-05 Nicolai Haehnler500: Fix blend color.
2008-07-04 Nicolai Haehnler300: Fix depth texture in compare mode
2008-07-02 Eric Anholtintel: span rendering requires just a flush before...
2008-07-02 Roland Scheideggermesa: fix issues around multisample enable
2008-07-02 Eric Anholtintel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer...
2008-07-02 Eric Anholtintel-gem: Fix y-tile swizzling for our G965 with swizz...
2008-07-02 Eric Anholtintel-gem: Fix Y-tiling span setup.
2008-07-02 Brian Paulset ctx->Const.MaxVertexTextureImageUnits = 0
2008-07-02 Ian RomanickVBO: Regenerate files based on recent changes to gl_API.xml
2008-07-01 Eric Anholtintel-gem: Move bit 6 x tiling swizzle to a driconf...
2008-07-01 Dave Airliedri: drop asserts to make build against stable libdrm
2008-07-01 Xiang, Haihaodri: Take the base image size into account when computing
2008-06-30 Corbin Simpsonr3xx/r5xx: Enable ARB_point_parameters.
2008-06-30 Nicolai Haehnler300: Fix dumb mistake in LOD bias translation
2008-06-29 Nicolai Haehnler300: Cleanup LodBias support
2008-06-29 Corbin Simpsonr300: Change LOD bias emission to more closely follow...
2008-06-29 Nicolai Haehnler300: Fix wrap mode for 1D textures
2008-06-27 Dan NicholsonDRI-specific pkg-config file
2008-06-26 Eric Anholtintel: Fix locking when doing intel_region_cow().
2008-06-26 Eric Anholtintel: Replace sprinkled intel_batchbuffer_flush with...
2008-06-26 Alan HourihaneCheck in SwapBuffers for any new pending dri2 events
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-24 Eric Anholtintel: Fix glCopyPixels when x or y are < 0 in hw coord...
next