aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-095-26/+34
* intel: Move compute_msaa_layout earlier in file.Paul Berry2013-01-091-38/+41
* r600g: Fix memory leak in r600_bytecode_add_vtx.Vinson Lee2013-01-091-0/+1
* r300g: optionally log MSAA resources to stderrMarek Olšák2013-01-093-0/+8
* r300g: fix the GPU name in the renderer stringMarek Olšák2013-01-091-0/+1
* r300g: fix CS checker errors caused by emit_dsa_stateMarek Olšák2013-01-091-1/+1
* clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2013-01-082-3/+4
* glsl: Don't add structure fields to the symbol tableIan Romanick2013-01-081-1/+0
* i965/fs: Fix struct vs. class in acp_entry definitions.Kenneth Graunke2013-01-081-1/+1
* r600g: implement buffer copying using CP DMA for R7xx, Evergreen, CaymanMarek Olšák2013-01-089-24/+140
* st/mesa: fix possible MSVC build error v2Marek Olšák2013-01-081-2/+2
* glsl: Pack flat "varyings" of mixed types together.Paul Berry2013-01-082-14/+101
* glsl: Prohibit structs and bools from being used as "varyings".Paul Berry2013-01-081-21/+71
* glsl: Plumb through is_parameter to apply_type_qualifier_to_variable()Paul Berry2013-01-081-3/+4
* glsl: Separate varying linking code to its own file.Paul Berry2013-01-085-1124/+1240
* mesa: Add ALIGN() macro to main/macros.h.Paul Berry2013-01-085-17/+15
* glsl: Fix loop bounds detection.Paul Berry2013-01-081-4/+4
* winsys/radeon: bump the size of relocation hashlistMarek Olšák2013-01-081-2/+2
* nvc0: catch too high GENERIC indices to prevent GRAPH trapsChristoph Bumiller2013-01-081-0/+6
* nvc0: use correct resource target to select blit shaderChristoph Bumiller2013-01-081-2/+2
* nvc0: add missing call to map edge flag in push_vboChristoph Bumiller2013-01-081-0/+3
* nv50/ir: wrap assertion using typeid in #ifndef NDEBUGChristoph Bumiller2013-01-081-0/+2
* nvc0: fix out of bounds writes for unaligned sizes in push_dataChristoph Bumiller2013-01-081-2/+4
* nouveau: increase max order of suballocated buffers by 1Christoph Bumiller2013-01-081-2/+9
* nouveau: improve buffer transfersChristoph Bumiller2013-01-0812-137/+551
* r300g: fix assertion failure in emit_dsa_stateMarek Olšák2013-01-082-3/+5
* i965: Support GL_FIXED and packed vertex formats natively on Haswell+.Kenneth Graunke2013-01-072-12/+58
* i965: Add #defines for GL_FIXED vertex formats.Kenneth Graunke2013-01-071-0/+4
* i965: Add remaining #defines for packed vertex formats.Kenneth Graunke2013-01-071-0/+9
* i965: Use Haswell's sample_d_c for textureGrad with shadow samplers.Kenneth Graunke2013-01-074-5/+17
* i965/fs: Remove dead code from generate_uniform_pull_constant_load_gen7.Kenneth Graunke2013-01-071-2/+0
* mesa: Don't use rtasm for Haiku swrastAlexander von Gluck IV2013-01-071-1/+1
* r600g: set the virtual address for the htile bufferAlex Deucher2013-01-072-2/+4
* radeon/winsys: move radeon family/class identification to winsysJerome Glisse2013-01-0713-176/+227
* r600g/radeon/winsys: indentation cleanupJerome Glisse2013-01-074-13/+12
* r600g: flush FMASK and CMASK at the end of CSMarek Olšák2013-01-061-1/+3
* r300g: implement MSAAMarek Olšák2013-01-0614-149/+458
* r300g: simplify DSA state, add ability to patch FG_ALPHA_FUNC while emittingMarek Olšák2013-01-063-79/+46
* r300g/compiler: add shader emulation for the alpha_to_one stateMarek Olšák2013-01-065-0/+41
* intel: Fix copy-and-paste bug setting gl_constants::MaxSamplesIan Romanick2013-01-041-1/+1
* mesa: Disallow R, RG, or RGB integer and unsigned formats in OpenGL ES 3.0Ian Romanick2013-01-041-4/+2
* mesa: Disallow SNORM formats for renderbuffers in OpenGL ESIan Romanick2013-01-041-16/+4
* mesa: Disallow deprecated SNORM formats for renderbuffersIan Romanick2013-01-041-18/+0
* util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul2013-01-041-1/+1
* util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul2013-01-041-0/+36
* gallivm: support more immediates in lp_build_tgsi_info()Brian Paul2013-01-041-1/+1
* xlib: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-0499-19168/+0
* Support LLVM >= 3.2 on radeonsi and opencl.Johannes Obermayr2013-01-041-0/+7