45733 Commits (af3c9803d818fd33139f1247a387d64b967b8992)
 

Author SHA1 Message Date
  Brian Paul 506de19549 glext: upgrade to version 72 14 years ago
  Brian Paul 75a9874021 glsl: silence warning about trailing comma in enum list 14 years ago
  Brian Paul 7d4d8a8de7 gallium: silence warnings about trailing commas in enum lists 14 years ago
  Brian Paul 8488112d20 mesa: whitespace changes 14 years ago
  Christoph Bumiller 4dd3272df9 d3d1x: adapt to resource_resolve interface change 14 years ago
  Christoph Bumiller 9e466e87e6 nv50,nvc0: never convert in resource copy when format sizes match 14 years ago
  Christoph Bumiller 425b179faf st/mesa: don't resolve stencil twice 14 years ago
  Marek Olšák 1554e69e00 winsys/radeon: disable use of the buffer busy-for-write flag 14 years ago
  Kenneth Graunke db726b048e mesa: In validate_program(), initialize errMsg for safety. 14 years ago
  Eric Anholt a9e97d022c intel: Fix warnings from gl_constant_parameter changes. 14 years ago
  Bryan Cain 5164244df0 glsl_to_tgsi: replace open-coded swizzle_for_size() 14 years ago
  Bryan Cain b44648c918 glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree 14 years ago
  Eric Anholt 4c7e215c7b ir_to_mesa: Replace open-coded swizzle_for_size() 14 years ago
  Christopher James Halse Rogers fbc2fcf685 glx/dri2: Paper over errors in DRI2Connect when indirect 14 years ago
  Eric Anholt 62722d90af ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree. 14 years ago
  Eric Anholt 6bd5f43f21 prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst. 14 years ago
  Eric Anholt 9998df36c2 i965: Add dumping for gen6 WM constants too. 14 years ago
  Eric Anholt 69dc529da2 mesa: Remove dead "MemPool" field of gl_shader_state. 14 years ago
  Eric Anholt ee0373b833 i965/fs: Don't upload unused uniform components. 14 years ago
  Eric Anholt 0722edc59c i965/fs: Don't allocate the old backend's compile structs for our compile. 14 years ago
  Marek Olšák 5b005ecc2b winsys/radeon: do the CS cleanup in the CS ioctl thread 14 years ago
  Marek Olšák 64ab39b035 winsys/radeon: fix space checking 14 years ago
  Marek Olšák 115651241b st/dri: remove an unused-but-set variable 14 years ago
  Marek Olšák a3cde50eff st/dri: remove a dummy function dri2_create_context 14 years ago
  Marek Olšák 6e7942936c st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cpp 14 years ago
  Marek Olšák d99c8e191b r300g: handle new CAPs 14 years ago
  Marek Olšák 6b3bbf52b8 r300g: adapt to the resource_resolve interface change 14 years ago
  Marek Olšák c251d83d91 vbo: do not call _mesa_max_buffer_index in debug builds 14 years ago
  Chia-I Wu 547212d963 glsl: empty declarations should be valid 14 years ago
  Vinson Lee a48118e510 mesa: Remove MSVC stdint typedefs from compiler.h. 14 years ago
  Brian Paul bf8d06c518 mesa: pass correct constant type to _mesa_fetch_state() 14 years ago
  Brian Paul 324857599b mesa: use gl_constant_value type in ARB program parser 14 years ago
  Brian Paul a0eb83401e mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV() 14 years ago
  Brian Paul d7f2e38fca mesa: add st_glsl_to_tgsi.cpp to Sconscript 14 years ago
  Brian Paul 1c8d079e20 mesa: fix out of bounds array access in rtgc debug code 14 years ago
  Brian Paul d6a0692f9d mesa: don't use K&R style function pointer calls 14 years ago
  Bryan Cain 4683529048 Merge branch 'glsl-to-tgsi' 14 years ago
  Bryan Cain 9adcab9cd4 st/mesa: replace duplicated create_color_map_texture() function with shared function 14 years ago
  Bryan Cain b7e8911531 glsl_to_tgsi: remove debugging printf 14 years ago
  Brian Paul 50073563b2 st/mesa: silence int/float and double/float conversion warnings 14 years ago
  Brian Paul 09ba2527e8 st/mesa: move declaration before code 14 years ago
  Brian Paul 192baaac0f mesa: minor comment updates in enable.c 14 years ago
  Brian Paul 1e89a526c6 mesa: whitespace, formatting fixes in GetTexParameter() code 14 years ago
  Brian Paul 02d81dfcaf mesa: add null ptr checks in GetTexParameterI[u]iv() functions 14 years ago
  Brian Paul 1254a2b2e4 mesa: condense GL_TEXTURE_RESIDENT query code 14 years ago
  Brian Paul 88a4f2fe54 mesa: make error handling in glGetTexParameter() a bit more concise 14 years ago
  Christoph Bumiller e9d84dab88 nv50: implement resource_resolve with custom blit 14 years ago
  Christoph Bumiller f253d83bc7 st/mesa: implement multisample resolve via BlitFramebuffer 14 years ago
  Christoph Bumiller 94822c6d83 gallium: extend resource_resolve to accommodate BlitFramebuffer 14 years ago
  Christoph Bumiller 57590e173b st/mesa: determine Const.MaxSamples in init_extensions 14 years ago