intel: Refuse to do texture tiling if we don't have the kernel support.
[mesa.git] / src / mesa / drivers / dri / r300 /
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-18 Dave Airlier300: use vbo_split_prims to split up large vertex...
2009-06-17 Jerome Glisser300: don't emit vap index offset on r5xx hw when using cs
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
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/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 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-10 Jerome Glisser300: make sure indexed rendering doesn't try to use...
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
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-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-31 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-28 Jerome Glisser300: when using cs path emit scissor in the cmdbuffer
2009-05-28 Jerome Glisser300: rework texture offset emission.
2009-05-24 Nicolai Hähnleradeon: Remove drawable & readable from radeon_dri_mirror
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-22 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-21 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-20 Michel DänzerMerge branch 'master' into radeon-rewrite
2009-05-20 Jerome Glisseradeon: set max texture size
2009-05-19 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-18 Jerome Glisseradeon: fix DRI1 cmd stream
2009-05-16 Maciej Cencorar300: cleanup vertex program related functions
2009-05-16 Maciej Cencorar300: minor code movement
2009-05-16 Maciej Cencorar300: more cleanup
2009-05-16 Maciej Cencorar300: move some code to common path
2009-05-16 Maciej Cencorar300: rename functions
2009-05-16 Maciej Cencorar300: move forward declarations to where they belong
2009-05-16 Maciej Cencorar300: software fallbacking handling rewrite
2009-05-16 Maciej Cencorar300: r300EmitArrays should never fail
2009-05-16 Maciej Cencorar300: remove unnecessary switch cases
2009-05-16 Maciej Cencorar300: further cleanup
2009-05-14 Jerome Glisser300: don't send now forbidden register to kernel when...
2009-05-14 Michel Dänzerr300: Make sure to drop current hardware state referenc...
2009-05-13 Owen W. TaylorDon't use an alpha texture format for GLX_TEXTURE_FORMA...
2009-05-13 Owen W. TaylorRemove subpixel offset from viewport
2009-05-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-12 Jerome Glisseradeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXEL
2009-05-12 Jerome Glisser300/r500: make sure we detect constant buffer changes
2009-05-11 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-08 Maciej Cencorar300: add missing texture format
2009-05-08 Maciej Cencorar300: moar cleanup
2009-05-07 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-05 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-04 Maciej Cencorar300: set proper texture row alignment for IGP chips
2009-05-02 Brian Paulmesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
2009-05-02 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-01 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-04-30 Michel Dänzerr300: Increase reference count of texture objects refer...
2009-04-28 Dave Airlier300: remove unused debugging in set tex buffer paths
2009-04-27 Maciej Cencorar300: fix fragment program limits
2009-04-27 Maciej Cencorar300: fallback only if stencil test is enabled
2009-04-27 Maciej Cencorar300: do front/back color selection in HW for software...
2009-04-27 Maciej Cencorar300: fix point size clamping when point is not attenuated
2009-04-27 Maciej Cencorar300: fix performance regression
2009-04-27 Maciej Cencorar300: add point attenuation stage for TCL fallbacks
2009-04-27 Maciej Cencorar300: always route 4 texcoord components to RS
2009-04-27 Maciej Cencorar300: flush stdout to get consistent debugging info
2009-04-27 Maciej Cencorar300: handle texcoords properly
2009-04-27 Maciej Cencorar300: remove unnecessary function calls
2009-04-27 Maciej Cencorar300: rename state
2009-04-27 Maciej Cencorar300: remove unnecessary function calls
2009-04-27 Maciej Cencorar300: always emit output insts after all KIL insts
next