index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
radeon
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Remove target parameter from dd_function_table::UnmapBuffer
Ian Romanick
2011-08-23
1
-1
/
+0
*
radeon: Explain to the user what went wrong when built without libdrm.
Eric Anholt
2011-08-15
1
-0
/
+6
*
radeon: Remove some remaining set-but-unused variables.
Eric Anholt
2011-08-02
3
-12
/
+0
*
radeon: Remove set-but-unused variables in radeon_lock.c
Eric Anholt
2011-08-02
1
-10
/
+0
*
radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.
Eric Anholt
2011-08-02
1
-6
/
+0
*
radeon: Remove set-but-unused log2depth variable.
Eric Anholt
2011-08-02
1
-2
/
+1
*
radeon: Remove set-but-unused color_mask variable.
Eric Anholt
2011-08-02
1
-3
/
+0
*
radeon: remove radeonCopyTexImage2D()
Brian Paul
2011-07-19
3
-61
/
+0
*
r600c/g: add new NI pci ids
Alex Deucher
2011-07-15
1
-0
/
+2
*
r600c: add missing bank tiling case for evergreen
Alex Deucher
2011-06-22
1
-0
/
+3
*
r600c: add tiling support for evergreen+
Alex Deucher
2011-06-14
1
-45
/
+95
*
mesa: Switch generate_mipmaps_compressed() to using TexImage2D to upload.
Eric Anholt
2011-06-14
1
-0
/
+8
*
dri: include swrast.h, not s_texrender.h
Brian Paul
2011-06-13
1
-1
/
+1
*
mesa: move texrender.c to swrast
Brian Paul
2011-06-13
1
-4
/
+4
*
radeon: Use pciid list to generate PCI_CHIP_<FAMILY>_<ID> defines
Benjamin Franzke
2011-06-07
1
-491
/
+9
*
dri/nouveau: Fix build with --enable-shared-dricore.
Johannes Obermayr
2011-06-02
1
-3
/
+4
*
r600c: add support for llano
Alex Deucher
2011-05-31
3
-0
/
+35
*
Add pci id for FirePro 2270
Kostas Georgiou
2011-05-06
2
-0
/
+2
*
r600c: add some new pci ids
Alex Deucher
2011-05-03
2
-0
/
+8
*
r600c: add big endian support for r6xx/r7xx
Cédric Cano
2011-04-19
2
-28
/
+67
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
2
-12
/
+12
*
dri: Remove driver date from renderer string
Ian Romanick
2011-04-05
2
-6
/
+1
*
r600c: add new ontario pci ids
Alex Deucher
2011-04-04
2
-0
/
+4
*
radeon: use C99 style in macros with variable arguments
Iain Hibbert
2011-03-24
1
-8
/
+8
*
radeon: reorder #includes to silence warnings
Brian Paul
2011-03-24
1
-4
/
+4
*
radeon: fix radeon_create_image_from_name() wrong parameter type
Brian Paul
2011-03-24
1
-3
/
+3
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-1
/
+2
*
mesa: move PBO-related functions into a new file
Brian Paul
2011-02-28
1
-0
/
+1
*
radeon: add default switch case to silence unhandled enum warning
Brian Paul
2011-02-21
1
-0
/
+2
*
radeon: Remove setup of the old dri/ meta code, which is now unused.
Eric Anholt
2011-02-12
3
-7
/
+1
*
mesa: remove _mesa_create_context_for_api()
Brian Paul
2011-02-08
1
-1
/
+1
*
r200: remove 0x4243 pci id
Alex Deucher
2011-02-01
2
-2
/
+0
*
r600c: get OQ results only for 4 DBs on r600 class
Andre Maasikas
2011-01-21
1
-2
/
+6
*
radeon: avoid segfault on 3D textures.
Dave Airlie
2011-01-19
1
-0
/
+3
*
radeon: oops didn't need this logbase2 fn
Dave Airlie
2011-01-19
1
-15
/
+0
*
radeon: calculate complete texture state inside TFP function
Dave Airlie
2011-01-19
1
-3
/
+25
*
radeon/r200: fix fbo-clearmipmap + gen-teximage
Dave Airlie
2011-01-19
2
-5
/
+5
*
r600c: preserve correct buffer when using fbo
Andre Maasikas
2011-01-18
1
-1
/
+1
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-11
/
+11
*
radeon: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
5
-0
/
+5
*
r600c: add support for NI asics
Alex Deucher
2011-01-06
3
-0
/
+93
*
radeon: fix build on non-KMS systems.
Dave Airlie
2011-01-03
1
-0
/
+3
*
radeon: bump mip tree levels to 15
Alex Deucher
2010-12-09
1
-1
/
+1
*
r600c: add Ontario Fusion APU support
Alex Deucher
2010-11-22
3
-0
/
+15
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-8
/
+10
*
r600c/evergreen: texture align is group_bytes just like 6xx/7xx
Alex Deucher
2010-11-17
2
-14
/
+15
*
radeon: set gl_texture_image::TexFormat field in radeonSetTexBuffer2()
Brian Paul
2010-11-15
1
-2
/
+8
*
radeon: fix potential segfault in renderbuffer update
Daniel Lichtenberger
2010-11-15
1
-2
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
5
-0
/
+125
*
radeon: Implement __DRI_IMAGE and EGL_MESA_image_drm
Johann Rudloff
2010-11-08
2
-0
/
+196
[prev]
[next]