mesa: refactor: move glTexParameter-related functions into new texparam.c file
[mesa.git] / src / mesa / drivers /
2008-09-22 Benjamin Closei965: fix compilation
2008-09-21 Keith WhitwellRemove CVS keywords.
2008-09-21 Keith Whitwellmesa: standardize on C99's uint*_t instead of u_int*_t
2008-09-21 Keith Whitwellmesa: move rastpos helper to tnl
2008-09-21 Keith Whitwellmesa: improved driver query interface
2008-09-18 Chris Rankinmesa: fix asst path/include mistakes in prev commits
2008-09-18 Brian Paulmesa: added "main/" prefix to includes, remove some...
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-17 Eric Anholtintel: Destroy bufmgr in screen destroy, not context.
2008-09-13 Jakub Bogusztdfx: fix crash and lack of visuals bug
2008-09-13 Guillaume Melquiondi915: fix himask constant init for 64-bit build
2008-09-12 Eric Anholtintel: Add a width field to regions, and use it for...
2008-09-12 Eric Anholtintel: Don't segfault on TFP from a bad drawable.
2008-09-12 Eric Anholtintel: Remove dead allow_batchbuffer param.
2008-09-12 Xiang, Haihaoi965: Add support for G41 chipset which is another...
2008-09-11 Shane Blackettadded 24bpp support
2008-09-10 Eric Anholtintel: track move of bo_exec from drivers to bufmgr.
2008-09-10 Eric Anholtintel: track bufmgr move to libdrm_intel and bufmgr_fak...
2008-09-10 Eric Anholtintel: Move the bufmgr back to the screen.
2008-09-05 Dave Airlieintel: only enable occlusion query if the drm has defines.
2008-09-04 Xiang, Haihaointel: Fix depth_stencil texture.
2008-09-03 Eric Anholtintel: Fix prototype warning.
2008-09-03 Eric Anholtintel: Fix refcounting on depth buffer initialization...
2008-09-03 Xiang, Haihaointel: Fix a crash if dri2 is disabled.
2008-09-01 Michel DänzerFix build by removing #include of removed dri_sarea.h.
2008-08-29 Kristian HøgsbergDRI2: Drop sarea, implement swap buffers in the X server.
2008-08-29 Xiang, Haihaoi965: force thread switch after IF/ELSE/ENDIF. partial...
2008-08-29 Xiang, Haihaoi965: mask control for BREAK/CONT/DO/WHILE. partial...
2008-08-29 Xiang, Haihaoi965: Push/pop instruction state. partial fix for ...
2008-08-24 Dave AirlieRevert "Revert "Merge branch 'drm-gem'""
2008-08-24 Dave AirlieRevert "Merge branch 'drm-gem'"
2008-08-21 Krzysztof Czurylo965: Fix incorrect backface culling
2008-08-21 Krzysztof Czurylo965: Fix color clamping issues
2008-08-21 Ian RomanickFormatting changes to ease application of patches
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-21 Peter HuttererReport damage before modifying the area, not after.
2008-08-21 Eric Anholtintel: Fix SGIS_generate_mipmap after a miptree had...
2008-08-20 Dave Airliei965: fixup format for TFP zero copy
2008-08-20 Dave Airliei965: make tex offset override work..
2008-08-20 Xiang, Haihaoi965: Enable GL_ARB_fragment_program_shadow and fix...
2008-08-19 Corbin Simpsonr5xx: Final fog option fix.
2008-08-19 Corbin Simpsonr5xx: Don't squish GL context when using FogOption
2008-08-18 Corbin Simpsonr5xx: Enable fog options.
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
next