summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-194-7/+7
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-3/+3
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-3/+3
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-4/+5
* radeon: Fix printf formatings to match te values.Pauli Nieminen2010-02-102-2/+2
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* radeon: Add some debug output for fbo supportPauli Nieminen2010-02-094-0/+80
* radeon: fix UMS since stp addition.Dave Airlie2010-02-081-1/+2
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+1
* radeon: Add some debug output to texture function.\nPauli Nieminen2010-02-061-26/+84
* radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen2010-02-061-14/+1
* radeon: Add some debug output to miptree code.Pauli Nieminen2010-02-061-23/+62
* radeon: Remove the loop from stride size calculation.Pauli Nieminen2010-02-061-8/+14
* r100: Add the polygon stipple state to the state list.Pauli Nieminen2010-02-051-0/+1
* radeon: Make debugging automaticaly increase logging verbosity for debug build.Pauli Nieminen2010-02-041-1/+5
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-3013-40/+0
* radeon: Silence "format" compiler warnings.Vinson Lee2010-01-281-1/+1
* radeon/r200/r300: don't clean non-emitted state.Dave Airlie2010-01-271-1/+2
* radeon: remove unused fileDave Airlie2010-01-271-681/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * radeon: Remove unused variable.Vinson Lee2010-01-231-1/+0
| * radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
| * radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
* | r600: fix brownbag, only align if we are dealing with cubemapAndre Maasikas2010-01-221-1/+1
* | r600: cubemap levels seem to be aligned to 8 imagesAndre Maasikas2010-01-221-0/+6
* | radeon/fbo: flush rendering before generating mipmapsAndre Maasikas2010-01-221-0/+7
* | radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas2010-01-223-26/+4
* | egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-221-1088/+0
* | dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* | Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-191-1/+1
* | r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher2010-01-191-6/+5
* | r100/r200: fix dst pitch in blit codeAlex Deucher2010-01-191-1/+1
* | r100/r200: align to pitch updates in blit interfaceMaciej Cencora2010-01-201-2/+2
* | r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-198-220/+60
* | radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-192-0/+165
* | radeon: use mesa provided _mesa_tex_target_to_face functionMaciej Cencora2010-01-192-19/+3
* | radeon: add blit function to vtblMaciej Cencora2010-01-191-0/+20
* | r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher2010-01-191-1/+1
* | r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher2010-01-191-1/+24
* | r100/r200: add blit support for ARGB4444Alex Deucher2010-01-191-0/+6
* | r100: add blit supportAlex Deucher2010-01-187-2/+623
* | radeon: fix prediction for r100 inline vert/elt emits.Dave Airlie2010-01-111-0/+1
* | radeon: fix bug in realloc code.Dave Airlie2010-01-111-1/+1
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-0512-60/+67
|\ \
| * | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
| * | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-0412-60/+60
* | | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/ /