summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardNewStartAMFMark Mueller14-368/+368
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller14-356/+356
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller11-522/+522
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller73-1015/+1014
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller62-737/+1070
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller70-433/+433
2014-01-27mesa: change gl_format to mesa_formatMark Mueller116-416/+416
2014-01-27docs: Update GL3.txt due to recent workIan Romanick1-8/+8
2014-01-27glcpp: Make sure GL_AMD_shader_trinary_minmax is definedIan Romanick2-4/+2
2014-01-27mesa: Clean up bad code formatting left from previous commitIan Romanick1-13/+10
2014-01-27mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick11-42/+5
2014-01-27radeon: Enable GL_EXT_framebuffer_blitIan Romanick2-1/+2
2014-01-27r200: Enable GL_EXT_framebuffer_blitIan Romanick2-0/+2
2014-01-27radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick4-3/+5
2014-01-27mesa: Validate internalFormat with target in glTexStorage pathsIan Romanick2-1/+8
2014-01-27mesa: Refactor internalFormat / target checks to a separate functionIan Romanick2-40/+78
2014-01-27mesa: Generate the correct error for a depth format with a 3D textureIan Romanick1-3/+17
2014-01-27glx: Update glxext.h to revision 24777.Matt Turner1-2/+11
2014-01-27loader: Add missing \n on message printingEmil Velikov2-16/+15
2014-01-27dri: Reuse dri_message to implement our other message handlers.Eric Anholt2-63/+4
2014-01-27dri: Fix the logger error message handling.Eric Anholt3-3/+34
2014-01-27dri2: Trust our own driver name lookup over the server's.Eric Anholt2-2/+12
2014-01-27dri2: Open the fd before loading the driver.Eric Anholt1-14/+14
2014-01-27dri3: Fix two little memory leaks.Eric Anholt1-2/+2
2014-01-27loader: Use dlsym to get our udev symbols instead of explicit linking.Eric Anholt4-6/+45
2014-01-27r600g/compute: Emit DEALLOC_STATE on cayman after dispatching a compute shader.Tom Stellard4-14/+10
2014-01-27docs: sync up nv50/nvc0 status on GL4.x extensionsIlia Mirkin1-7/+7
2014-01-27docs: update GL3.txt, relnotes to reflect current nv50/nvc0 statusIlia Mirkin2-18/+19
2014-01-27nv50, nvc0: update reported glsl version to 330Ilia Mirkin2-2/+2
2014-01-27mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2Christoph Bumiller2-2/+8
2014-01-27nv50: add more RGB10A2 formatsChristoph Bumiller1-0/+7
2014-01-27st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORDChristoph Bumiller1-10/+9
2014-01-27nv50: enable seamless cube maps on all hwIlia Mirkin1-1/+1
2014-01-27nv50: report glsl 1.50 now that gp tests passIlia Mirkin1-1/+1
2014-01-27nv50: add support for texelFetch'ing MS textures, ARB_texture_multisampleIlia Mirkin7-7/+164
2014-01-27nv50: copy nvc0's get_sample_position implementationIlia Mirkin1-0/+46
2014-01-27nv50: add comments about CB_AUX contentsIlia Mirkin3-5/+15
2014-01-27nvc0: don't forget to also clear additional layersIlia Mirkin1-5/+27
2014-01-27nv50: don't forget to also clear additional layersIlia Mirkin1-5/+27
2014-01-27nv50: allocate an extra code bo to avoid dmesg spamIlia Mirkin1-1/+5
2014-01-27nv50: GP_REG_ALLOC_RESULT must be positiveIlia Mirkin1-0/+2
2014-01-27nv50: VP_RESULT_MAP_SIZE has to be positiveIlia Mirkin1-0/+4
2014-01-27nv50: enable primitive id generation when it is an FP input without GPIlia Mirkin2-9/+8
2014-01-27nv50: handle gl_Layer writes in GPIlia Mirkin4-1/+19
2014-01-27nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input.Ilia Mirkin1-0/+3
2014-01-27nv50/ir: add support for gl_PrimitiveIDInIlia Mirkin3-5/+11
2014-01-27nv50/ir: fix support for shader input + immediate in gpIlia Mirkin2-1/+7
2014-01-27nv50/ir: disallow shader input + cbuf in same instruction in gpIlia Mirkin1-1/+6
2014-01-27nv50/ir: disallow predicates on emit/restart opsIlia Mirkin1-1/+2
2014-01-27nv50: allow vert_count to be >255Ilia Mirkin1-1/+1