intel: Refuse to do texture tiling if we don't have the kernel support.
[mesa.git] / src / mesa / drivers / dri /
2009-06-24 Eric Anholtintel: Refuse to do texture tiling if we don't have...
2009-06-23 Pauli NieminenFix crash when debug output is enabled and sarea is...
2009-06-22 Eric Anholti965: Fix warnings in intel_pixel_read.c.
2009-06-22 Michel Dänzerintel: Fix glReadPixels regression since changing conte...
2009-06-20 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-06-20 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-06-20 Eric Anholtintel: Move intel_pixel_read.c to shared for use with...
2009-06-20 Eric Anholtintel: Don't map regions with drm_intel_gem_bo_map_gtt...
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Chia-I Wuintel: Do not access pbo's buffer directly when attaching.
2009-06-19 Chia-I Wuintel: Data are copied in the wrong direction when...
2009-06-19 Chia-I Wuintel: Fix migration from sys_buffer in intel_bufferobj...
2009-06-19 Roland Scheideggerradeon: make cubemap mipmap generation work
2009-06-19 Michel Dänzerintel: Fixups for 'mesa: create/destroy buffer objects...
2009-06-19 Roland Scheideggerradeon: fix cube maps for non-mm path
2009-06-19 Roland Scheideggerr200: fix cube maps for non-mm path
2009-06-19 Brian Pauli965: initial code for loops in vertex programs
2009-06-19 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-06-19 Brian Pauli965: asst clean-ups, var renaming in brw_wm_emit_glsl()
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-17 Thomas Hellstrommesa driconf: Add macro to specify an option with a...
2009-06-18 Eric Anholti965: Add decode for the G4X x,y offset in surface...
2009-06-18 Eric Anholti965: Fix up texture layout for small things with wide...
2009-06-18 Eric Anholti965: Fall back or appropriately adjust offsets of...
2009-06-18 Dave Airlier300: use vbo_split_prims to split up large vertex...
2009-06-18 Eric Anholti965: Fix tiling for FBO depth attachments by making...
2009-06-18 Dave Airlieradeon: don't re-add BOs to validate list
2009-06-17 Jerome Glisseradeon: Flush command buffer on viewport change
2009-06-17 Jerome Glisser300: don't emit vap index offset on r5xx hw when using cs
2009-06-17 Dave AirlieGLX: attempt to fix glean makeCurrent test cases.
2009-06-17 Dave Airlieradeon: fix warnings in wrapper with libdrm
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-17 Brian Pauli965: fix bugs in projective texture coordinates
2009-06-16 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-15 Roland Scheideggerenable ARB_half_float_pixel for intel drivers
2009-06-15 Roland Scheideggerintel: fix (cosmetic) typo flag used twice
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-14 Maciej Cencorar300: fix 3D textures
2009-06-12 Brian Pauli965: interpolate colors with perspective correction...
2009-06-12 Maciej Cencorar300: add support for EXT_texture_sRGB
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Dave Airlieradeon: fix size of mipmap texture array
2009-06-12 Dave Airlieradeon/r200/r300: fix max texture levels assert
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 Maciej Cencorar300: fix VAP setup
2009-06-11 Maciej Cencorar300: fix for SW TCL path
2009-06-11 Maciej Cencorar300: don't send unused attributes for SW TCL path
2009-06-11 Maciej Cencorar300: send only RS_IP_* regs that we are going to use
2009-06-11 Maciej Cencorar300: fix RS setup when no colors and textures are...
2009-06-11 Maciej Cencorar300: r500 fragment program fixes
2009-06-11 Maciej Cencoraradeon: increase max bo count
2009-06-11 Maciej Cencorar300: fix a GPU lock up
2009-06-11 Maciej Cencorar300: fix vertex program bug
2009-06-11 Maciej Cencorar300: move some code for easier debugging
2009-06-11 Maciej Cencorar300: print vertex program when debugging is enabled
2009-06-11 Maciej Cencorar300: fix output register allocation for vertex shaders
2009-06-11 Maciej Cencorar300: hw doesn't support saturation for tex instructions
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 Jerome Glisser300: fix indexed primitive rendering when using memory...
2009-06-11 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-10 Jerome Glisser300: make sure indexed rendering doesn't try to use...
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-09 Eric Anholti915: Add an option for testing the effect of early...
2009-06-09 Eric Anholtintel: Remove an unneeded hunk that slipped in with...
2009-06-09 Eric Anholtintel: Base tri clearing depth on Y tiling, not IS_I965().
2009-06-09 Eric Anholtintel: Fix intel_region_unmap to do unmap, not map.
2009-06-09 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-09 Brian Paulintel: use GLboolean, not int, for compressed parameter
2009-06-09 Brian Paulintel: make a bunch of glTexImage-related functions...
2009-06-09 Brian Paulintel: whitespace clean-ups
2009-06-09 Brian Paulintel: remove extra \n from warning string
2009-06-09 Dave Airlieradeon: fix mipmap_limits crasher.
2009-06-08 Brian Paulmesa: regenerated files for GL_ARB_map_buffer_range
2009-06-07 Maciej Cencorar300: fix regression caused by 056bc77547c304021a0faf20...
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-07 Michel Dänzerr300: Endianness fixes for recent vertex path changes.
2009-06-07 Maciej Cencorar300: vertex array stride = 0 means that data are tight...
2009-06-07 Maciej Cencorar300: GL_(U)SHORT and GL_(U)BYTE with < 4 components...
2009-06-07 Maciej Cencorar300: remove unused code
2009-06-07 Maciej Cencorar300: rewrite vertex setup for software T&L path using...
2009-06-07 Maciej Cencorar300: prepare for some code duplication removal
2009-06-07 Maciej Cencorar300: enable EXT_vertex_array_bgra extensions
2009-06-07 Maciej Cencorar300: add hw accelerated support for different vertex...
2009-06-07 Maciej Cencorar300: prepare for different vertex data type support
2009-06-07 Maciej Cencorar300: fixup vertex attributes ordering
2009-06-07 Maciej Cencorar300: always pass 4 color components to RS unit
2009-06-04 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-04 Eric Anholtintel: Add support for tiled textures.
2009-06-04 Eric Anholti915: Don't rely on fence regs when we don't have to.
2009-06-04 Eric Anholti915: Remove some long-dead i830 code.
2009-06-03 Brian Paulglapi: regenerated files for GL_ARB_copy_buffer
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-06-02 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-02 Eric Anholti965: Support OPCODE_TRUNC in the brw_wm_fp.c code.
next